Html Css Color HEX #651B16 Red Oxide

📋 copy color: '#651B16'

red 101 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #651B16

Tints of Red Oxide #651B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18%

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

R = 67.33%
G = 18%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#651B16 (or 0x651B16) is known color: Red Oxide. HEX triplet: 65, 1B and 16. RGB value is (101,27,22). Sum of RGB (Red+Green+Blue) = 101+27+22=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #651B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651B16 is #9AE4E9. Grayscale: #303030. Windows color (decimal): -10151146 or 1448805. OLE color: 1448805.

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

Color convert

RGB 101 27 22 -
CMYK 0 0.73 0.78 0.60
HSL 3.8º 0.64% 0.24% -
HSV(B) 3.8º 0.78% 0.4% -
XYZ 5.9 3.61 1.14 -
YUV 48.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 101 27 22 0 0.73 0.78 0.60 3.8 0.64 0.24
Hex 65 1B 16 0 49 4E 3C 4 40 18
Octal 145 33 26 0 111 116 74 4 100 30
Binary 1100101 11011 10110 0 1001001 1001110 111100 100 1000000 11000

Color Harmonies of #651B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651B16

Black with #651B16

Text Example


Text Example

White with #651B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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