Html Css Color HEX #C3483F Grenadier

📋 copy color: '#C3483F'

red 195 ◦ green 72 ◦ blue 63

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

Shades of Grenadier #C3483F

Tints of Grenadier #C3483F

RGB

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

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

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

R = 59.09%
G = 21.82%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3483F (or 0xC3483F) is known color: Grenadier. HEX triplet: C3, 48 and 3F. RGB value is (195,72,63). Sum of RGB (Red+Green+Blue) = 195+72+63=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C3483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3483F is #3CB7C0. Grayscale: #6B6B6B. Windows color (decimal): -3979201 or 4147395. OLE color: 4147395.

HSL color Cylindrical-coordinate representation of color #C3483F: hue angle of 4.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3483F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 63 -
CMYK 0 0.63 0.68 0.24
HSL 4.09º 0.52% 0.51% -
HSV(B) 4.09º 0.68% 0.76% -
XYZ 25.72 16.6 6.55 -
YUV 107.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 195 72 63 0 0.63 0.68 0.24 4.09 0.52 0.51
Hex C3 48 3F 0 3F 44 18 4 34 33
Octal 303 110 77 0 77 104 30 4 64 63
Binary 11000011 1001000 111111 0 111111 1000100 11000 100 110100 110011

Color Harmonies of #C3483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3483F

Black with #C3483F

Text Example


Text Example

White with #C3483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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