Html Css Color HEX #651C1A Red Oxide

📋 copy color: '#651C1A'

red 101 ◦ green 28 ◦ blue 26

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

Shades of Red Oxide #651C1A

Tints of Red Oxide #651C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 65.16%
G = 18.06%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#651C1A (or 0x651C1A) is known color: Red Oxide. HEX triplet: 65, 1C and 1A. RGB value is (101,28,26). Sum of RGB (Red+Green+Blue) = 101+28+26=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #651C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C1A is #9AE3E5. Grayscale: #313131. Windows color (decimal): -10150886 or 1711205. OLE color: 1711205.

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

Color convert

RGB 101 28 26 -
CMYK 0 0.72 0.74 0.60
HSL 1.6º 0.59% 0.25% -
HSV(B) 1.6º 0.74% 0.4% -
XYZ 5.97 3.67 1.37 -
YUV 49.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 101 28 26 0 0.72 0.74 0.60 1.6 0.59 0.25
Hex 65 1C 1A 0 48 4A 3C 2 3B 19
Octal 145 34 32 0 110 112 74 2 73 31
Binary 1100101 11100 11010 0 1001000 1001010 111100 10 111011 11001

Color Harmonies of #651C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651C1A

Black with #651C1A

Text Example


Text Example

White with #651C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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