Html Css Color HEX #6C1F18 Red Oxide

📋 copy color: '#6C1F18'

red 108 ◦ green 31 ◦ blue 24

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

Shades of Red Oxide #6C1F18

Tints of Red Oxide #6C1F18

RGB

 RED value IS 108 (42.58% from 255) = 66.26%

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 66.26%
G = 19.02%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6C1F18 (or 0x6C1F18) is known color: Red Oxide. HEX triplet: 6C, 1F and 18. RGB value is (108,31,24). Sum of RGB (Red+Green+Blue) = 108+31+24=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1F18 is #93E0E7. Grayscale: #353535. Windows color (decimal): -9691368 or 1580908. OLE color: 1580908.

HSL color Cylindrical-coordinate representation of color #6C1F18: hue angle of 5º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1F18 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 31 24 -
CMYK 0 0.71 0.78 0.58
HSL 0.64% 0.26% -
HSV(B) 0.78% 0.42% -
XYZ 6.84 4.23 1.32 -
YUV 53.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 108 31 24 0 0.71 0.78 0.58 5 0.64 0.26
Hex 6C 1F 18 0 47 4E 3A 5 40 1A
Octal 154 37 30 0 107 116 72 5 100 32
Binary 1101100 11111 11000 0 1000111 1001110 111010 101 1000000 11010

Color Harmonies of #6C1F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1F18

Black with #6C1F18

Text Example


Text Example

White with #6C1F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C1F18; }

 p { color: rgb(108,31,24); }

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

background-color css

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

 a { background-color: rgb(108,31,24); }

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

border-color css

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

 span { border-color: rgb(108,31,24); }

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