Html Css Color HEX #CA453C Grenadier

📋 copy color: '#CA453C'

red 202 ◦ green 69 ◦ blue 60

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

Shades of Grenadier #CA453C

Tints of Grenadier #CA453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 61.03%
G = 20.85%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA453C (or 0xCA453C) is known color: Grenadier. HEX triplet: CA, 45 and 3C. RGB value is (202,69,60). Sum of RGB (Red+Green+Blue) = 202+69+60=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA453C is #35BAC3. Grayscale: #6B6B6B. Windows color (decimal): -3521220 or 3950026. OLE color: 3950026.

HSL color Cylindrical-coordinate representation of color #CA453C: hue angle of 3.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA453C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 69 60 -
CMYK 0 0.66 0.70 0.21
HSL 3.8º 0.57% 0.51% -
HSV(B) 3.8º 0.7% 0.79% -
XYZ 27.3 17.14 6.14 -
YUV 107.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 202 69 60 0 0.66 0.70 0.21 3.8 0.57 0.51
Hex CA 45 3C 0 42 46 15 4 39 33
Octal 312 105 74 0 102 106 25 4 71 63
Binary 11001010 1000101 111100 0 1000010 1000110 10101 100 111001 110011

Color Harmonies of #CA453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA453C

Black with #CA453C

Text Example


Text Example

White with #CA453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA453C; }

 p { color: rgb(202,69,60); }

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

background-color css

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

 a { background-color: rgb(202,69,60); }

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

border-color css

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

 span { border-color: rgb(202,69,60); }

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