Html Css Color HEX #C0413A Grenadier

📋 copy color: '#C0413A'

red 192 ◦ green 65 ◦ blue 58

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

Shades of Grenadier #C0413A

Tints of Grenadier #C0413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 60.95%
G = 20.63%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0413A (or 0xC0413A) is known color: Grenadier. HEX triplet: C0, 41 and 3A. RGB value is (192,65,58). Sum of RGB (Red+Green+Blue) = 192+65+58=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C0413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0413A is #3FBEC5. Grayscale: #666666. Windows color (decimal): -4177606 or 3817920. OLE color: 3817920.

HSL color Cylindrical-coordinate representation of color #C0413A: hue angle of 3.13º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0413A is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 58 -
CMYK 0 0.66 0.70 0.25
HSL 3.13º 0.54% 0.49% -
HSV(B) 3.13º 0.7% 0.75% -
XYZ 24.39 15.29 5.67 -
YUV 102.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 192 65 58 0 0.66 0.70 0.25 3.13 0.54 0.49
Hex C0 41 3A 0 42 46 19 3 36 31
Octal 300 101 72 0 102 106 31 3 66 61
Binary 11000000 1000001 111010 0 1000010 1000110 11001 11 110110 110001

Color Harmonies of #C0413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0413A

Black with #C0413A

Text Example


Text Example

White with #C0413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0413A; }

 p { color: rgb(192,65,58); }

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

background-color css

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

 a { background-color: rgb(192,65,58); }

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

border-color css

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

 span { border-color: rgb(192,65,58); }

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