Html Css Color HEX #651C0C Red Oxide

📋 copy color: '#651C0C'

red 101 ◦ green 28 ◦ blue 12

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

Shades of Red Oxide #651C0C

Tints of Red Oxide #651C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 71.63%
G = 19.86%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#651C0C (or 0x651C0C) is known color: Red Oxide. HEX triplet: 65, 1C and 0C. RGB value is (101,28,12). Sum of RGB (Red+Green+Blue) = 101+28+12=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #651C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C0C is #9AE3F3. Grayscale: #303030. Windows color (decimal): -10150900 or 793701. OLE color: 793701.

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

Color convert

RGB 101 28 12 -
CMYK 0 0.72 0.88 0.60
HSL 10.79º 0.79% 0.22% -
HSV(B) 10.79º 0.88% 0.4% -
XYZ 5.85 3.62 0.74 -
YUV 48 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 101 28 12 0 0.72 0.88 0.60 10.79 0.79 0.22
Hex 65 1C C 0 48 58 3C B 4F 16
Octal 145 34 14 0 110 130 74 13 117 26
Binary 1100101 11100 1100 0 1001000 1011000 111100 1011 1001111 10110

Color Harmonies of #651C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C0C

Black with #651C0C

Text Example


Text Example

White with #651C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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