Html Css Color HEX #611002 Red Oxide

📋 copy color: '#611002'

red 97 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #611002

Tints of Red Oxide #611002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.91%

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

R = 84.35%
G = 13.91%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#611002 (or 0x611002) is known color: Red Oxide. HEX triplet: 61, 10 and 02. RGB value is (97,16,2). Sum of RGB (Red+Green+Blue) = 97+16+2=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #611002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611002 is #9EEFFD. Grayscale: #262626. Windows color (decimal): -10416126 or 135265. OLE color: 135265.

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

Color convert

RGB 97 16 2 -
CMYK 0 0.84 0.98 0.62
HSL 8.84º 0.96% 0.19% -
HSV(B) 8.84º 0.98% 0.38% -
XYZ 5.13 2.92 0.35 -
YUV 38.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 97 16 2 0 0.84 0.98 0.62 8.84 0.96 0.19
Hex 61 10 2 0 54 62 3E 9 60 13
Octal 141 20 2 0 124 142 76 11 140 23
Binary 1100001 10000 10 0 1010100 1100010 111110 1001 1100000 10011

Color Harmonies of #611002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611002

Black with #611002

Text Example


Text Example

White with #611002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611002; }

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

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

background-color css

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

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

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

border-color css

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

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

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