Html Css Color HEX #CA173B Cardinal

📋 copy color: '#CA173B'

red 202 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #CA173B

Tints of Cardinal #CA173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 71.13%
G = 8.1%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA173B (or 0xCA173B) is known color: Cardinal. HEX triplet: CA, 17 and 3B. RGB value is (202,23,59). Sum of RGB (Red+Green+Blue) = 202+23+59=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA173B is #35E8C4. Grayscale: #505050. Windows color (decimal): -3532997 or 3872714. OLE color: 3872714.

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

Color convert

RGB 202 23 59 -
CMYK 0 0.89 0.71 0.21
HSL 347.93º 0.8% 0.44% -
HSV(B) 347.93º 0.89% 0.79% -
XYZ 25.45 13.49 5.4 -
YUV 80.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 202 23 59 0 0.89 0.71 0.21 347.93 0.8 0.44
Hex CA 17 3B 0 59 47 15 15C 50 2C
Octal 312 27 73 0 131 107 25 534 120 54
Binary 11001010 10111 111011 0 1011001 1000111 10101 101011100 1010000 101100

Color Harmonies of #CA173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA173B

Black with #CA173B

Text Example


Text Example

White with #CA173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA173B; }

 p { color: rgb(202,23,59); }

 H1.HeaderClassName
 {
   color: #CA173B;
 }
 .AnyTagClassName
 {
   color: #CA173B;
 }
</style>

background-color css

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

 a { background-color: rgb(202,23,59); }

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

border-color css

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

 span { border-color: rgb(202,23,59); }

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