Html Css Color HEX #561002 Red Oxide

📋 copy color: '#561002'

red 86 ◦ green 16 ◦ blue 2

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

Shades of Red Oxide #561002

Tints of Red Oxide #561002

RGB

 RED value IS 86 (33.98% from 255) = 82.69%

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

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

R = 82.69%
G = 15.38%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#561002 (or 0x561002) is known color: Red Oxide. HEX triplet: 56, 10 and 02. RGB value is (86,16,2). Sum of RGB (Red+Green+Blue) = 86+16+2=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #561002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561002 is #A9EFFD. Grayscale: #232323. Windows color (decimal): -11137022 or 135254. OLE color: 135254.

HSL color Cylindrical-coordinate representation of color #561002: hue angle of 10º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #561002 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 16 2 -
CMYK 0 0.81 0.98 0.66
HSL 10º 0.95% 0.17% -
HSV(B) 10º 0.98% 0.34% -
XYZ 4.03 2.35 0.3 -
YUV 35.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 86 16 2 0 0.81 0.98 0.66 10 0.95 0.17
Hex 56 10 2 0 51 62 42 A 5F 11
Octal 126 20 2 0 121 142 102 12 137 21
Binary 1010110 10000 10 0 1010001 1100010 1000010 1010 1011111 10001

Color Harmonies of #561002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561002

Black with #561002

Text Example


Text Example

White with #561002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561002; }

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

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

background-color css

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

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

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

border-color css

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

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

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