Html Css Color HEX #67190B Red Oxide

📋 copy color: '#67190B'

red 103 ◦ green 25 ◦ blue 11

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

Shades of Red Oxide #67190B

Tints of Red Oxide #67190B

RGB

 RED value IS 103 (40.63% from 255) = 74.1%

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

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

R = 74.1%
G = 17.99%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.60

RGB Variations

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

Color information

#67190B (or 0x67190B) is known color: Red Oxide. HEX triplet: 67, 19 and 0B. RGB value is (103,25,11). Sum of RGB (Red+Green+Blue) = 103+25+11=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67190B is #98E6F4. Grayscale: #2E2E2E. Windows color (decimal): -10020597 or 727399. OLE color: 727399.

HSL color Cylindrical-coordinate representation of color #67190B: hue angle of 9.13º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67190B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 25 11 -
CMYK 0 0.76 0.89 0.60
HSL 9.13º 0.81% 0.22% -
HSV(B) 9.13º 0.89% 0.4% -
XYZ 6 3.6 0.7 -
YUV 46.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 103 25 11 0 0.76 0.89 0.60 9.13 0.81 0.22
Hex 67 19 B 0 4C 59 3C 9 51 16
Octal 147 31 13 0 114 131 74 11 121 26
Binary 1100111 11001 1011 0 1001100 1011001 111100 1001 1010001 10110

Color Harmonies of #67190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67190B

Black with #67190B

Text Example


Text Example

White with #67190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67190B; }

 p { color: rgb(103,25,11); }

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

background-color css

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

 a { background-color: rgb(103,25,11); }

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

border-color css

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

 span { border-color: rgb(103,25,11); }

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