Html Css Color HEX #6B180B Red Oxide

📋 copy color: '#6B180B'

red 107 ◦ green 24 ◦ blue 11

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

Shades of Red Oxide #6B180B

Tints of Red Oxide #6B180B

RGB

 RED value IS 107 (42.19% from 255) = 75.35%

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 75.35%
G = 16.9%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B180B (or 0x6B180B) is known color: Red Oxide. HEX triplet: 6B, 18 and 0B. RGB value is (107,24,11). Sum of RGB (Red+Green+Blue) = 107+24+11=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B180B is #94E7F4. Grayscale: #2F2F2F. Windows color (decimal): -9758709 or 727147. OLE color: 727147.

HSL color Cylindrical-coordinate representation of color #6B180B: hue angle of 8.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B180B is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 24 11 -
CMYK 0 0.78 0.90 0.58
HSL 8.13º 0.81% 0.23% -
HSV(B) 8.13º 0.9% 0.42% -
XYZ 6.45 3.8 0.71 -
YUV 47.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 107 24 11 0 0.78 0.90 0.58 8.13 0.81 0.23
Hex 6B 18 B 0 4E 5A 3A 8 51 17
Octal 153 30 13 0 116 132 72 10 121 27
Binary 1101011 11000 1011 0 1001110 1011010 111010 1000 1010001 10111

Color Harmonies of #6B180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B180B

Black with #6B180B

Text Example


Text Example

White with #6B180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,11); }

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

background-color css

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

 a { background-color: rgb(107,24,11); }

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

border-color css

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

 span { border-color: rgb(107,24,11); }

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