Html Css Color HEX #CA463B Grenadier

📋 copy color: '#CA463B'

red 202 ◦ green 70 ◦ blue 59

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

Shades of Grenadier #CA463B

Tints of Grenadier #CA463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 61.03%
G = 21.15%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA463B (or 0xCA463B) is known color: Grenadier. HEX triplet: CA, 46 and 3B. RGB value is (202,70,59). Sum of RGB (Red+Green+Blue) = 202+70+59=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463B is #35B9C4. Grayscale: #6C6C6C. Windows color (decimal): -3520965 or 3884746. OLE color: 3884746.

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

Color convert

RGB 202 70 59 -
CMYK 0 0.65 0.71 0.21
HSL 4.62º 0.57% 0.51% -
HSV(B) 4.62º 0.71% 0.79% -
XYZ 27.34 17.25 6.03 -
YUV 108.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 202 70 59 0 0.65 0.71 0.21 4.62 0.57 0.51
Hex CA 46 3B 0 41 47 15 5 39 33
Octal 312 106 73 0 101 107 25 5 71 63
Binary 11001010 1000110 111011 0 1000001 1000111 10101 101 111001 110011

Color Harmonies of #CA463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA463B

Black with #CA463B

Text Example


Text Example

White with #CA463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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