Html Css Color HEX #CA4838 Grenadier

📋 copy color: '#CA4838'

red 202 ◦ green 72 ◦ blue 56

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

Shades of Grenadier #CA4838

Tints of Grenadier #CA4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 61.21%
G = 21.82%
B = 16.97%

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

#CA4838 (or 0xCA4838) is known color: Grenadier. HEX triplet: CA, 48 and 38. RGB value is (202,72,56). Sum of RGB (Red+Green+Blue) = 202+72+56=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4838 is #35B7C7. Grayscale: #6D6D6D. Windows color (decimal): -3520456 or 3688650. OLE color: 3688650.

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

Color convert

RGB 202 72 56 -
CMYK 0 0.64 0.72 0.21
HSL 6.58º 0.58% 0.51% -
HSV(B) 6.58º 0.72% 0.79% -
XYZ 27.39 17.48 5.67 -
YUV 109.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 202 72 56 0 0.64 0.72 0.21 6.58 0.58 0.51
Hex CA 48 38 0 40 48 15 7 3A 33
Octal 312 110 70 0 100 110 25 7 72 63
Binary 11001010 1001000 111000 0 1000000 1001000 10101 111 111010 110011

Color Harmonies of #CA4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4838

Black with #CA4838

Text Example


Text Example

White with #CA4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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