Html Css Color HEX #6B190D Red Oxide

📋 copy color: '#6B190D'

red 107 ◦ green 25 ◦ blue 13

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

Shades of Red Oxide #6B190D

Tints of Red Oxide #6B190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 73.79%
G = 17.24%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B190D (or 0x6B190D) is known color: Red Oxide. HEX triplet: 6B, 19 and 0D. RGB value is (107,25,13). Sum of RGB (Red+Green+Blue) = 107+25+13=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B190D is #94E6F2. Grayscale: #303030. Windows color (decimal): -9758451 or 858475. OLE color: 858475.

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

Color convert

RGB 107 25 13 -
CMYK 0 0.77 0.88 0.58
HSL 7.66º 0.78% 0.24% -
HSV(B) 7.66º 0.88% 0.42% -
XYZ 6.48 3.85 0.78 -
YUV 48.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 107 25 13 0 0.77 0.88 0.58 7.66 0.78 0.24
Hex 6B 19 D 0 4D 58 3A 8 4E 18
Octal 153 31 15 0 115 130 72 10 116 30
Binary 1101011 11001 1101 0 1001101 1011000 111010 1000 1001110 11000

Color Harmonies of #6B190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B190D

Black with #6B190D

Text Example


Text Example

White with #6B190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,13); }

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

background-color css

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

 a { background-color: rgb(107,25,13); }

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

border-color css

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

 span { border-color: rgb(107,25,13); }

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