Html Css Color HEX #C6402E Grenadier

📋 copy color: '#C6402E'

red 198 ◦ green 64 ◦ blue 46

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

Shades of Grenadier #C6402E

Tints of Grenadier #C6402E

RGB

 RED value IS 198 (77.73% from 255) = 64.29%

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 64.29%
G = 20.78%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6402E (or 0xC6402E) is known color: Grenadier. HEX triplet: C6, 40 and 2E. RGB value is (198,64,46). Sum of RGB (Red+Green+Blue) = 198+64+46=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6402E is #39BFD1. Grayscale: #666666. Windows color (decimal): -3784658 or 3031238. OLE color: 3031238.

HSL color Cylindrical-coordinate representation of color #C6402E: hue angle of 7.11º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6402E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 46 -
CMYK 0 0.68 0.77 0.22
HSL 7.11º 0.62% 0.48% -
HSV(B) 7.11º 0.77% 0.78% -
XYZ 25.62 15.87 4.3 -
YUV 102.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 198 64 46 0 0.68 0.77 0.22 7.11 0.62 0.48
Hex C6 40 2E 0 44 4D 16 7 3E 30
Octal 306 100 56 0 104 115 26 7 76 60
Binary 11000110 1000000 101110 0 1000100 1001101 10110 111 111110 110000

Color Harmonies of #C6402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6402E

Black with #C6402E

Text Example


Text Example

White with #C6402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6402E; }

 p { color: rgb(198,64,46); }

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

background-color css

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

 a { background-color: rgb(198,64,46); }

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

border-color css

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

 span { border-color: rgb(198,64,46); }

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