Html Css Color HEX #C3403A Grenadier

📋 copy color: '#C3403A'

red 195 ◦ green 64 ◦ blue 58

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

Shades of Grenadier #C3403A

Tints of Grenadier #C3403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 61.51%
G = 20.19%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3403A (or 0xC3403A) is known color: Grenadier. HEX triplet: C3, 40 and 3A. RGB value is (195,64,58). Sum of RGB (Red+Green+Blue) = 195+64+58=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C3403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3403A is #3CBFC5. Grayscale: #666666. Windows color (decimal): -3981254 or 3817667. OLE color: 3817667.

HSL color Cylindrical-coordinate representation of color #C3403A: hue angle of 2.63º 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 #C3403A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 58 -
CMYK 0 0.67 0.70 0.24
HSL 2.63º 0.54% 0.5% -
HSV(B) 2.63º 0.7% 0.76% -
XYZ 25.1 15.57 5.69 -
YUV 102.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 195 64 58 0 0.67 0.70 0.24 2.63 0.54 0.5
Hex C3 40 3A 0 43 46 18 3 36 32
Octal 303 100 72 0 103 106 30 3 66 62
Binary 11000011 1000000 111010 0 1000011 1000110 11000 11 110110 110010

Color Harmonies of #C3403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3403A

Black with #C3403A

Text Example


Text Example

White with #C3403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3403A; }

 p { color: rgb(195,64,58); }

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

background-color css

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

 a { background-color: rgb(195,64,58); }

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

border-color css

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

 span { border-color: rgb(195,64,58); }

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