Html Css Color HEX #651A02 Red Oxide

📋 copy color: '#651A02'

red 101 ◦ green 26 ◦ blue 2

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

Shades of Red Oxide #651A02

Tints of Red Oxide #651A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 78.29%
G = 20.16%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#651A02 (or 0x651A02) is known color: Red Oxide. HEX triplet: 65, 1A and 02. RGB value is (101,26,2). Sum of RGB (Red+Green+Blue) = 101+26+2=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #651A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A02 is #9AE5FD. Grayscale: #2D2D2D. Windows color (decimal): -10151422 or 137829. OLE color: 137829.

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

Color convert

RGB 101 26 2 -
CMYK 0 0.74 0.98 0.60
HSL 14.55º 0.96% 0.2% -
HSV(B) 14.55º 0.98% 0.4% -
XYZ 5.75 3.51 0.43 -
YUV 45.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 101 26 2 0 0.74 0.98 0.60 14.55 0.96 0.2
Hex 65 1A 2 0 4A 62 3C F 60 14
Octal 145 32 2 0 112 142 74 17 140 24
Binary 1100101 11010 10 0 1001010 1100010 111100 1111 1100000 10100

Color Harmonies of #651A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651A02

Black with #651A02

Text Example


Text Example

White with #651A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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