Html Css Color HEX #651C12 Red Oxide

📋 copy color: '#651C12'

red 101 ◦ green 28 ◦ blue 18

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

Shades of Red Oxide #651C12

Tints of Red Oxide #651C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 68.71%
G = 19.05%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#651C12 (or 0x651C12) is known color: Red Oxide. HEX triplet: 65, 1C and 12. RGB value is (101,28,18). Sum of RGB (Red+Green+Blue) = 101+28+18=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #651C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C12 is #9AE3ED. Grayscale: #303030. Windows color (decimal): -10150894 or 1186917. OLE color: 1186917.

HSL color Cylindrical-coordinate representation of color #651C12: hue angle of 7.23º 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 #651C12 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 28 18 -
CMYK 0 0.72 0.82 0.60
HSL 7.23º 0.7% 0.23% -
HSV(B) 7.23º 0.82% 0.4% -
XYZ 5.89 3.64 0.96 -
YUV 48.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 101 28 18 0 0.72 0.82 0.60 7.23 0.7 0.23
Hex 65 1C 12 0 48 52 3C 7 46 17
Octal 145 34 22 0 110 122 74 7 106 27
Binary 1100101 11100 10010 0 1001000 1010010 111100 111 1000110 10111

Color Harmonies of #651C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C12

Black with #651C12

Text Example


Text Example

White with #651C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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