Html Css Color HEX #651C11 Red Oxide

📋 copy color: '#651C11'

red 101 ◦ green 28 ◦ blue 17

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

Shades of Red Oxide #651C11

Tints of Red Oxide #651C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 69.18%
G = 19.18%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#651C11 (or 0x651C11) is known color: Red Oxide. HEX triplet: 65, 1C and 11. RGB value is (101,28,17). Sum of RGB (Red+Green+Blue) = 101+28+17=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #651C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C11 is #9AE3EE. Grayscale: #303030. Windows color (decimal): -10150895 or 1121381. OLE color: 1121381.

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

Color convert

RGB 101 28 17 -
CMYK 0 0.72 0.83 0.60
HSL 7.86º 0.71% 0.23% -
HSV(B) 7.86º 0.83% 0.4% -
XYZ 5.88 3.64 0.92 -
YUV 48.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 101 28 17 0 0.72 0.83 0.60 7.86 0.71 0.23
Hex 65 1C 11 0 48 53 3C 8 47 17
Octal 145 34 21 0 110 123 74 10 107 27
Binary 1100101 11100 10001 0 1001000 1010011 111100 1000 1000111 10111

Color Harmonies of #651C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C11

Black with #651C11

Text Example


Text Example

White with #651C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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