Html Css Color HEX #651302 Red Oxide

📋 copy color: '#651302'

red 101 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #651302

Tints of Red Oxide #651302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 82.79%
G = 15.57%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#651302 (or 0x651302) is known color: Red Oxide. HEX triplet: 65, 13 and 02. RGB value is (101,19,2). Sum of RGB (Red+Green+Blue) = 101+19+2=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #651302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651302 is #9AECFD. Grayscale: #292929. Windows color (decimal): -10153214 or 136037. OLE color: 136037.

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

Color convert

RGB 101 19 2 -
CMYK 0 0.81 0.98 0.60
HSL 10.3º 0.96% 0.2% -
HSV(B) 10.3º 0.98% 0.4% -
XYZ 5.61 3.24 0.39 -
YUV 41.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 101 19 2 0 0.81 0.98 0.60 10.3 0.96 0.2
Hex 65 13 2 0 51 62 3C A 60 14
Octal 145 23 2 0 121 142 74 12 140 24
Binary 1100101 10011 10 0 1010001 1100010 111100 1010 1100000 10100

Color Harmonies of #651302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651302

Black with #651302

Text Example


Text Example

White with #651302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651302; }

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

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

background-color css

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

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

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

border-color css

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

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

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