#CA184A

Color #CA184A Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CA184A

Tints of Cardinal #CA184A

Color information

#CA184A (or 0xCA184A) is unknown color: approx Cardinal. HEX triplet: CA, 18 and 4A. RGB value is (202,24,74). Sum of RGB (Red+Green+Blue) = 202+24+74=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA184A is #35E7B5. Grayscale: #525252. Windows color (decimal): -3532726 or 4856010. OLE color: 4856010.

HSL color Cylindrical-coordinate representation of color #CA184A: hue angle of 343.15º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA184A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2022474-
CMYK00.880.630.21
HSL343.15º78.76%44.31%-
HSV(B)343.15º88.12%79.22%-
XYZ25.9213.77.76-
YUV82.92122.97212.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 67.33%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=67.33%
G=8%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202247400.880.630.21343.1578.7644.31
HexCA184A0583F151574f2c
Octal312301120130772552711754
Binary1100101011000100101001011000111111101011010101111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA184A; }

 p { color: rgb(202,24,74); }

 H1.HeaderClassName
 {
   color: #CA184A;
 }
 .AnyTagClassName
 {
   color: #CA184A;
 }
</style>
background-color css

<style>
 a { background-color: #CA184A; }

 a { background-color: rgb(202,24,74); }

 div.DivClassName
 {
   background-color: #CA184A;
 }
 .BgClassName
 {
   background-color: #CA184A;
 }
</style>
border-color css

<style>
 span { border-color: #CA184A; }

 span { border-color: rgb(202,24,74); }

 td.TdClassName
 {
   border-color: #CA184A;
 }
 .TagClassName
 {
   border-color: #CA184A;
 }
</style>