Html Css Color HEX #6B1B0B Red Oxide

📋 copy color: '#6B1B0B'

red 107 ◦ green 27 ◦ blue 11

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

Shades of Red Oxide #6B1B0B

Tints of Red Oxide #6B1B0B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

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

R = 73.79%
G = 18.62%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6B1B0B (or 0x6B1B0B) is known color: Red Oxide. HEX triplet: 6B, 1B and 0B. RGB value is (107,27,11). Sum of RGB (Red+Green+Blue) = 107+27+11=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1B0B is #94E4F4. Grayscale: #313131. Windows color (decimal): -9757941 or 727915. OLE color: 727915.

HSL color Cylindrical-coordinate representation of color #6B1B0B: hue angle of 10º 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 #6B1B0B is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 27 11 -
CMYK 0 0.75 0.90 0.58
HSL 10º 0.81% 0.23% -
HSV(B) 10º 0.9% 0.42% -
XYZ 6.52 3.93 0.73 -
YUV 49.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 107 27 11 0 0.75 0.90 0.58 10 0.81 0.23
Hex 6B 1B B 0 4B 5A 3A A 51 17
Octal 153 33 13 0 113 132 72 12 121 27
Binary 1101011 11011 1011 0 1001011 1011010 111010 1010 1010001 10111

Color Harmonies of #6B1B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B0B

Black with #6B1B0B

Text Example


Text Example

White with #6B1B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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