Html Css Color HEX #651503 Red Oxide

📋 copy color: '#651503'

red 101 ◦ green 21 ◦ blue 3

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

Shades of Red Oxide #651503

Tints of Red Oxide #651503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 3 (1.56% from 255) = 2.4%

R = 80.8%
G = 16.8%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#651503 (or 0x651503) is known color: Red Oxide. HEX triplet: 65, 15 and 03. RGB value is (101,21,3). Sum of RGB (Red+Green+Blue) = 101+21+3=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651503 is #9AEAFC. Grayscale: #2B2B2B. Windows color (decimal): -10152701 or 202085. OLE color: 202085.

HSL color Cylindrical-coordinate representation of color #651503: hue angle of 11.02º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #651503 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 21 3 -
CMYK 0 0.79 0.97 0.60
HSL 11.02º 0.94% 0.2% -
HSV(B) 11.02º 0.97% 0.4% -
XYZ 5.65 3.31 0.43 -
YUV 42.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 101 21 3 0 0.79 0.97 0.60 11.02 0.94 0.2
Hex 65 15 3 0 4F 61 3C B 5E 14
Octal 145 25 3 0 117 141 74 13 136 24
Binary 1100101 10101 11 0 1001111 1100001 111100 1011 1011110 10100

Color Harmonies of #651503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651503

Black with #651503

Text Example


Text Example

White with #651503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651503; }

 p { color: rgb(101,21,3); }

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

background-color css

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

 a { background-color: rgb(101,21,3); }

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

border-color css

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

 span { border-color: rgb(101,21,3); }

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