Html Css Color HEX #C04B31 Grenadier

📋 copy color: '#C04B31'

red 192 ◦ green 75 ◦ blue 49

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

Shades of Grenadier #C04B31

Tints of Grenadier #C04B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 60.76%
G = 23.73%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04B31 (or 0xC04B31) is known color: Grenadier. HEX triplet: C0, 4B and 31. RGB value is (192,75,49). Sum of RGB (Red+Green+Blue) = 192+75+49=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B31 is #3FB4CE. Grayscale: #6B6B6B. Windows color (decimal): -4175055 or 3230656. OLE color: 3230656.

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

Color convert

RGB 192 75 49 -
CMYK 0 0.61 0.74 0.25
HSL 10.91º 0.59% 0.47% -
HSV(B) 10.91º 0.74% 0.75% -
XYZ 24.81 16.46 4.78 -
YUV 107.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 192 75 49 0 0.61 0.74 0.25 10.91 0.59 0.47
Hex C0 4B 31 0 3D 4A 19 B 3B 2F
Octal 300 113 61 0 75 112 31 13 73 57
Binary 11000000 1001011 110001 0 111101 1001010 11001 1011 111011 101111

Color Harmonies of #C04B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B31

Black with #C04B31

Text Example


Text Example

White with #C04B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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