Html Css Color HEX #C04B3F Grenadier

📋 copy color: '#C04B3F'

red 192 ◦ green 75 ◦ blue 63

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

Shades of Grenadier #C04B3F

Tints of Grenadier #C04B3F

RGB

 RED value IS 192 (75.39% from 255) = 58.18%

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 58.18%
G = 22.73%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04B3F (or 0xC04B3F) is known color: Grenadier. HEX triplet: C0, 4B and 3F. RGB value is (192,75,63). Sum of RGB (Red+Green+Blue) = 192+75+63=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B3F is #3FB4C0. Grayscale: #6C6C6C. Windows color (decimal): -4175041 or 4148160. OLE color: 4148160.

HSL color Cylindrical-coordinate representation of color #C04B3F: hue angle of 5.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04B3F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 75 63 -
CMYK 0 0.61 0.67 0.25
HSL 5.58º 0.51% 0.5% -
HSV(B) 5.58º 0.67% 0.75% -
XYZ 25.15 16.6 6.58 -
YUV 108.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 192 75 63 0 0.61 0.67 0.25 5.58 0.51 0.5
Hex C0 4B 3F 0 3D 43 19 6 33 32
Octal 300 113 77 0 75 103 31 6 63 62
Binary 11000000 1001011 111111 0 111101 1000011 11001 110 110011 110010

Color Harmonies of #C04B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B3F

Black with #C04B3F

Text Example


Text Example

White with #C04B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B3F; }

 p { color: rgb(192,75,63); }

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

background-color css

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

 a { background-color: rgb(192,75,63); }

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

border-color css

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

 span { border-color: rgb(192,75,63); }

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