Html Css Color HEX #611302 Red Oxide

📋 copy color: '#611302'

red 97 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #611302

Tints of Red Oxide #611302

RGB

 RED value IS 97 (38.28% from 255) = 82.2%

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

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

R = 82.2%
G = 16.1%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#611302 (or 0x611302) is known color: Red Oxide. HEX triplet: 61, 13 and 02. RGB value is (97,19,2). Sum of RGB (Red+Green+Blue) = 97+19+2=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #611302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611302 is #9EECFD. Grayscale: #282828. Windows color (decimal): -10415358 or 136033. OLE color: 136033.

HSL color Cylindrical-coordinate representation of color #611302: hue angle of 10.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #611302 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 2 -
CMYK 0 0.80 0.98 0.62
HSL 10.74º 0.96% 0.19% -
HSV(B) 10.74º 0.98% 0.38% -
XYZ 5.17 3.01 0.37 -
YUV 40.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 97 19 2 0 0.80 0.98 0.62 10.74 0.96 0.19
Hex 61 13 2 0 50 62 3E B 60 13
Octal 141 23 2 0 120 142 76 13 140 23
Binary 1100001 10011 10 0 1010000 1100010 111110 1011 1100000 10011

Color Harmonies of #611302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611302

Black with #611302

Text Example


Text Example

White with #611302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611302; }

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

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

background-color css

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

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

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

border-color css

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

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

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