Html Css Color HEX #651912 Red Oxide

📋 copy color: '#651912'

red 101 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #651912

Tints of Red Oxide #651912

RGB

 RED value IS 101 (39.84% from 255) = 70.14%

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

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 70.14%
G = 17.36%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#651912 (or 0x651912) is known color: Red Oxide. HEX triplet: 65, 19 and 12. RGB value is (101,25,18). Sum of RGB (Red+Green+Blue) = 101+25+18=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #651912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651912 is #9AE6ED. Grayscale: #2F2F2F. Windows color (decimal): -10151662 or 1186149. OLE color: 1186149.

HSL color Cylindrical-coordinate representation of color #651912: hue angle of 5.06º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651912 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 25 18 -
CMYK 0 0.75 0.82 0.60
HSL 5.06º 0.7% 0.23% -
HSV(B) 5.06º 0.82% 0.4% -
XYZ 5.82 3.51 0.94 -
YUV 46.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 101 25 18 0 0.75 0.82 0.60 5.06 0.7 0.23
Hex 65 19 12 0 4B 52 3C 5 46 17
Octal 145 31 22 0 113 122 74 5 106 27
Binary 1100101 11001 10010 0 1001011 1010010 111100 101 1000110 10111

Color Harmonies of #651912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651912

Black with #651912

Text Example


Text Example

White with #651912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651912; }

 p { color: rgb(101,25,18); }

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

background-color css

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

 a { background-color: rgb(101,25,18); }

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

border-color css

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

 span { border-color: rgb(101,25,18); }

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