Html Css Color HEX #CA4B40 Grenadier

📋 copy color: '#CA4B40'

red 202 ◦ green 75 ◦ blue 64

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

Shades of Grenadier #CA4B40

Tints of Grenadier #CA4B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 59.24%
G = 21.99%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA4B40 (or 0xCA4B40) is known color: Grenadier. HEX triplet: CA, 4B and 40. RGB value is (202,75,64). Sum of RGB (Red+Green+Blue) = 202+75+64=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4B40 is #35B4BF. Grayscale: #6F6F6F. Windows color (decimal): -3519680 or 4213706. OLE color: 4213706.

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

Color convert

RGB 202 75 64 -
CMYK 0 0.63 0.68 0.21
HSL 4.78º 0.57% 0.52% -
HSV(B) 4.78º 0.68% 0.79% -
XYZ 27.8 17.96 6.85 -
YUV 111.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 202 75 64 0 0.63 0.68 0.21 4.78 0.57 0.52
Hex CA 4B 40 0 3F 44 15 5 39 34
Octal 312 113 100 0 77 104 25 5 71 64
Binary 11001010 1001011 1000000 0 111111 1000100 10101 101 111001 110100

Color Harmonies of #CA4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B40

Black with #CA4B40

Text Example


Text Example

White with #CA4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B40; }

 p { color: rgb(202,75,64); }

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

background-color css

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

 a { background-color: rgb(202,75,64); }

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

border-color css

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

 span { border-color: rgb(202,75,64); }

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