Html Css Color HEX #5B0602 Red Oxide

📋 copy color: '#5B0602'

red 91 ◦ green 6 ◦ blue 2

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

Shades of Red Oxide #5B0602

Tints of Red Oxide #5B0602

RGB

 RED value IS 91 (35.94% from 255) = 91.92%

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 91.92%
G = 6.06%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#5B0602 (or 0x5B0602) is known color: Red Oxide. HEX triplet: 5B, 06 and 02. RGB value is (91,6,2). Sum of RGB (Red+Green+Blue) = 91+6+2=99 (13% of max value = 765). Red value is 91 (35.94% from 255 or 91.92% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0602 is #A4F9FD. Grayscale: #1F1F1F. Windows color (decimal): -10811902 or 132699. OLE color: 132699.

HSL color Cylindrical-coordinate representation of color #5B0602: hue angle of 2.7º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 6 2 -
CMYK 0 0.93 0.98 0.64
HSL 2.7º 0.96% 0.18% -
HSV(B) 2.7º 0.98% 0.36% -
XYZ 4.39 2.36 0.28 -
YUV 30.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 91 6 2 0 0.93 0.98 0.64 2.7 0.96 0.18
Hex 5B 6 2 0 5D 62 40 3 60 12
Octal 133 6 2 0 135 142 100 3 140 22
Binary 1011011 110 10 0 1011101 1100010 1000000 11 1100000 10010

Color Harmonies of #5B0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0602

Black with #5B0602

Text Example


Text Example

White with #5B0602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B0602; }

 p { color: rgb(91,6,2); }

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

background-color css

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

 a { background-color: rgb(91,6,2); }

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

border-color css

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

 span { border-color: rgb(91,6,2); }

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