Html Css Color HEX #651C05 Red Oxide

📋 copy color: '#651C05'

red 101 ◦ green 28 ◦ blue 5

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

Shades of Red Oxide #651C05

Tints of Red Oxide #651C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 75.37%
G = 20.9%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#651C05 (or 0x651C05) is known color: Red Oxide. HEX triplet: 65, 1C and 05. RGB value is (101,28,5). Sum of RGB (Red+Green+Blue) = 101+28+5=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #651C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C05 is #9AE3FA. Grayscale: #2F2F2F. Windows color (decimal): -10150907 or 334949. OLE color: 334949.

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

Color convert

RGB 101 28 5 -
CMYK 0 0.72 0.95 0.60
HSL 14.38º 0.91% 0.21% -
HSV(B) 14.38º 0.95% 0.4% -
XYZ 5.81 3.61 0.53 -
YUV 47.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 101 28 5 0 0.72 0.95 0.60 14.38 0.91 0.21
Hex 65 1C 5 0 48 5F 3C E 5B 15
Octal 145 34 5 0 110 137 74 16 133 25
Binary 1100101 11100 101 0 1001000 1011111 111100 1110 1011011 10101

Color Harmonies of #651C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C05

Black with #651C05

Text Example


Text Example

White with #651C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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