Html Css Color HEX #67110A Red Oxide

📋 copy color: '#67110A'

red 103 ◦ green 17 ◦ blue 10

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

Shades of Red Oxide #67110A

Tints of Red Oxide #67110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 79.23%
G = 13.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#67110A (or 0x67110A) is known color: Red Oxide. HEX triplet: 67, 11 and 0A. RGB value is (103,17,10). Sum of RGB (Red+Green+Blue) = 103+17+10=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #67110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67110A is #98EEF5. Grayscale: #2A2A2A. Windows color (decimal): -10022646 or 659815. OLE color: 659815.

HSL color Cylindrical-coordinate representation of color #67110A: hue angle of 4.52º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67110A is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 10 -
CMYK 0 0.83 0.90 0.60
HSL 4.52º 0.82% 0.22% -
HSV(B) 4.52º 0.9% 0.4% -
XYZ 5.85 3.31 0.62 -
YUV 41.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 103 17 10 0 0.83 0.90 0.60 4.52 0.82 0.22
Hex 67 11 A 0 53 5A 3C 5 52 16
Octal 147 21 12 0 123 132 74 5 122 26
Binary 1100111 10001 1010 0 1010011 1011010 111100 101 1010010 10110

Color Harmonies of #67110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67110A

Black with #67110A

Text Example


Text Example

White with #67110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67110A; }

 p { color: rgb(103,17,10); }

 H1.HeaderClassName
 {
   color: #67110A;
 }
 .AnyTagClassName
 {
   color: #67110A;
 }
</style>

background-color css

<style>
 a { background-color: #67110A; }

 a { background-color: rgb(103,17,10); }

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

border-color css

<style>
 span { border-color: #67110A; }

 span { border-color: rgb(103,17,10); }

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