Html Css Color HEX #CA443B Grenadier

📋 copy color: '#CA443B'

red 202 ◦ green 68 ◦ blue 59

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

Shades of Grenadier #CA443B

Tints of Grenadier #CA443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 61.4%
G = 20.67%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA443B (or 0xCA443B) is known color: Grenadier. HEX triplet: CA, 44 and 3B. RGB value is (202,68,59). Sum of RGB (Red+Green+Blue) = 202+68+59=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA443B is #35BBC4. Grayscale: #6B6B6B. Windows color (decimal): -3521477 or 3884234. OLE color: 3884234.

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

Color convert

RGB 202 68 59 -
CMYK 0 0.66 0.71 0.21
HSL 3.78º 0.57% 0.51% -
HSV(B) 3.78º 0.71% 0.79% -
XYZ 27.21 17.01 5.99 -
YUV 107.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 202 68 59 0 0.66 0.71 0.21 3.78 0.57 0.51
Hex CA 44 3B 0 42 47 15 4 39 33
Octal 312 104 73 0 102 107 25 4 71 63
Binary 11001010 1000100 111011 0 1000010 1000111 10101 100 111001 110011

Color Harmonies of #CA443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA443B

Black with #CA443B

Text Example


Text Example

White with #CA443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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