Html Css Color HEX #CA4938 Grenadier

📋 copy color: '#CA4938'

red 202 ◦ green 73 ◦ blue 56

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

Shades of Grenadier #CA4938

Tints of Grenadier #CA4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 61.03%
G = 22.05%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4938 (or 0xCA4938) is known color: Grenadier. HEX triplet: CA, 49 and 38. RGB value is (202,73,56). Sum of RGB (Red+Green+Blue) = 202+73+56=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4938 is #35B6C7. Grayscale: #6D6D6D. Windows color (decimal): -3520200 or 3688906. OLE color: 3688906.

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

Color convert

RGB 202 73 56 -
CMYK 0 0.64 0.72 0.21
HSL 6.99º 0.58% 0.51% -
HSV(B) 6.99º 0.72% 0.79% -
XYZ 27.45 17.61 5.69 -
YUV 109.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 202 73 56 0 0.64 0.72 0.21 6.99 0.58 0.51
Hex CA 49 38 0 40 48 15 7 3A 33
Octal 312 111 70 0 100 110 25 7 72 63
Binary 11001010 1001001 111000 0 1000000 1001000 10101 111 111010 110011

Color Harmonies of #CA4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4938

Black with #CA4938

Text Example


Text Example

White with #CA4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4938; }

 p { color: rgb(202,73,56); }

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

background-color css

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

 a { background-color: rgb(202,73,56); }

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

border-color css

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

 span { border-color: rgb(202,73,56); }

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