Html Css Color HEX #651202 Red Oxide

📋 copy color: '#651202'

red 101 ◦ green 18 ◦ blue 2

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

Shades of Red Oxide #651202

Tints of Red Oxide #651202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 83.47%
G = 14.88%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#651202 (or 0x651202) is known color: Red Oxide. HEX triplet: 65, 12 and 02. RGB value is (101,18,2). Sum of RGB (Red+Green+Blue) = 101+18+2=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #651202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651202 is #9AEDFD. Grayscale: #292929. Windows color (decimal): -10153470 or 135781. OLE color: 135781.

HSL color Cylindrical-coordinate representation of color #651202: hue angle of 9.7º 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 #651202 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 2 -
CMYK 0 0.82 0.98 0.60
HSL 9.7º 0.96% 0.2% -
HSV(B) 9.7º 0.98% 0.4% -
XYZ 5.59 3.2 0.38 -
YUV 40.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 101 18 2 0 0.82 0.98 0.60 9.7 0.96 0.2
Hex 65 12 2 0 52 62 3C A 60 14
Octal 145 22 2 0 122 142 74 12 140 24
Binary 1100101 10010 10 0 1010010 1100010 111100 1010 1100000 10100

Color Harmonies of #651202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651202

Black with #651202

Text Example


Text Example

White with #651202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651202; }

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

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

background-color css

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

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

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

border-color css

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

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

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