Html Css Color HEX #CA4B3A Grenadier

📋 copy color: '#CA4B3A'

red 202 ◦ green 75 ◦ blue 58

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

Shades of Grenadier #CA4B3A

Tints of Grenadier #CA4B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 60.3%
G = 22.39%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA4B3A (or 0xCA4B3A) is known color: Grenadier. HEX triplet: CA, 4B and 3A. RGB value is (202,75,58). Sum of RGB (Red+Green+Blue) = 202+75+58=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4B3A is #35B4C5. Grayscale: #6F6F6F. Windows color (decimal): -3519686 or 3820490. OLE color: 3820490.

HSL color Cylindrical-coordinate representation of color #CA4B3A: hue angle of 7.08º degrees, saturation: 0.58, 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 #CA4B3A is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 75 58 -
CMYK 0 0.63 0.71 0.21
HSL 7.08º 0.58% 0.51% -
HSV(B) 7.08º 0.71% 0.79% -
XYZ 27.64 17.89 6 -
YUV 111.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 202 75 58 0 0.63 0.71 0.21 7.08 0.58 0.51
Hex CA 4B 3A 0 3F 47 15 7 3A 33
Octal 312 113 72 0 77 107 25 7 72 63
Binary 11001010 1001011 111010 0 111111 1000111 10101 111 111010 110011

Color Harmonies of #CA4B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B3A

Black with #CA4B3A

Text Example


Text Example

White with #CA4B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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