Html Css Color HEX #CA184A Cardinal

📋 copy color: '#CA184A'

red 202 ◦ green 24 ◦ blue 74

#CA184A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA184A

Tints of Cardinal #CA184A

RGB

 RED value IS 202 (79.3% from 255) = 67.33%

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 67.33%
G = 8%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA184A (or 0xCA184A) is known color: 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

RGB 202 24 74 -
CMYK 0 0.88 0.63 0.21
HSL 343.15º 0.79% 0.44% -
HSV(B) 343.15º 0.88% 0.79% -
XYZ 25.92 13.7 7.76 -
YUV 82.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 202 24 74 0 0.88 0.63 0.21 343.15 0.79 0.44
Hex CA 18 4A 0 58 3F 15 157 4F 2C
Octal 312 30 112 0 130 77 25 527 117 54
Binary 11001010 11000 1001010 0 1011000 111111 10101 101010111 1001111 101100

Color Harmonies of #CA184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA184A

Black with #CA184A

Text Example


Text Example

White with #CA184A

Text Example


Text Example

HTML Codes & Css Web 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>