Html Css Color HEX #651C16 Red Oxide

📋 copy color: '#651C16'

red 101 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #651C16

Tints of Red Oxide #651C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 66.89%
G = 18.54%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#651C16 (or 0x651C16) is known color: Red Oxide. HEX triplet: 65, 1C and 16. RGB value is (101,28,22). Sum of RGB (Red+Green+Blue) = 101+28+22=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #651C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C16 is #9AE3E9. Grayscale: #313131. Windows color (decimal): -10150890 or 1449061. OLE color: 1449061.

HSL color Cylindrical-coordinate representation of color #651C16: hue angle of 4.56º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651C16 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 28 22 -
CMYK 0 0.72 0.78 0.60
HSL 4.56º 0.64% 0.24% -
HSV(B) 4.56º 0.78% 0.4% -
XYZ 5.93 3.66 1.15 -
YUV 49.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 101 28 22 0 0.72 0.78 0.60 4.56 0.64 0.24
Hex 65 1C 16 0 48 4E 3C 5 40 18
Octal 145 34 26 0 110 116 74 5 100 30
Binary 1100101 11100 10110 0 1001000 1001110 111100 101 1000000 11000

Color Harmonies of #651C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C16

Black with #651C16

Text Example


Text Example

White with #651C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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