Html Css Color HEX #67150C Red Oxide

📋 copy color: '#67150C'

red 103 ◦ green 21 ◦ blue 12

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

Shades of Red Oxide #67150C

Tints of Red Oxide #67150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 12 (5.08% from 255) = 8.82%

R = 75.74%
G = 15.44%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#67150C (or 0x67150C) is known color: Red Oxide. HEX triplet: 67, 15 and 0C. RGB value is (103,21,12). Sum of RGB (Red+Green+Blue) = 103+21+12=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #67150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150C is #98EAF3. Grayscale: #2C2C2C. Windows color (decimal): -10021620 or 791911. OLE color: 791911.

HSL color Cylindrical-coordinate representation of color #67150C: hue angle of 5.93º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67150C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 12 -
CMYK 0 0.80 0.88 0.60
HSL 5.93º 0.79% 0.23% -
HSV(B) 5.93º 0.88% 0.4% -
XYZ 5.93 3.45 0.7 -
YUV 44.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 103 21 12 0 0.80 0.88 0.60 5.93 0.79 0.23
Hex 67 15 C 0 50 58 3C 6 4F 17
Octal 147 25 14 0 120 130 74 6 117 27
Binary 1100111 10101 1100 0 1010000 1011000 111100 110 1001111 10111

Color Harmonies of #67150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67150C

Black with #67150C

Text Example


Text Example

White with #67150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67150C; }

 p { color: rgb(103,21,12); }

 H1.HeaderClassName
 {
   color: #67150C;
 }
 .AnyTagClassName
 {
   color: #67150C;
 }
</style>

background-color css

<style>
 a { background-color: #67150C; }

 a { background-color: rgb(103,21,12); }

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

border-color css

<style>
 span { border-color: #67150C; }

 span { border-color: rgb(103,21,12); }

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