Html Css Color HEX #C3483B Grenadier

📋 copy color: '#C3483B'

red 195 ◦ green 72 ◦ blue 59

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

Shades of Grenadier #C3483B

Tints of Grenadier #C3483B

RGB

 RED value IS 195 (76.56% from 255) = 59.82%

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

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

R = 59.82%
G = 22.09%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3483B (or 0xC3483B) is known color: Grenadier. HEX triplet: C3, 48 and 3B. RGB value is (195,72,59). Sum of RGB (Red+Green+Blue) = 195+72+59=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3483B is #3CB7C4. Grayscale: #6B6B6B. Windows color (decimal): -3979205 or 3885251. OLE color: 3885251.

HSL color Cylindrical-coordinate representation of color #C3483B: hue angle of 5.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3483B is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 59 -
CMYK 0 0.63 0.70 0.24
HSL 5.74º 0.54% 0.5% -
HSV(B) 5.74º 0.7% 0.76% -
XYZ 25.61 16.55 5.98 -
YUV 107.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 195 72 59 0 0.63 0.70 0.24 5.74 0.54 0.5
Hex C3 48 3B 0 3F 46 18 6 36 32
Octal 303 110 73 0 77 106 30 6 66 62
Binary 11000011 1001000 111011 0 111111 1000110 11000 110 110110 110010

Color Harmonies of #C3483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3483B

Black with #C3483B

Text Example


Text Example

White with #C3483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3483B; }

 p { color: rgb(195,72,59); }

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

background-color css

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

 a { background-color: rgb(195,72,59); }

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

border-color css

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

 span { border-color: rgb(195,72,59); }

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