Html Css Color HEX #551602 Red Oxide

📋 copy color: '#551602'

red 85 ◦ green 22 ◦ blue 2

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

Shades of Red Oxide #551602

Tints of Red Oxide #551602

RGB

 RED value IS 85 (33.59% from 255) = 77.98%

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 77.98%
G = 20.18%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#551602 (or 0x551602) is known color: Red Oxide. HEX triplet: 55, 16 and 02. RGB value is (85,22,2). Sum of RGB (Red+Green+Blue) = 85+22+2=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551602 is #AAE9FD. Grayscale: #262626. Windows color (decimal): -11201022 or 136789. OLE color: 136789.

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

Color convert

RGB 85 22 2 -
CMYK 0 0.74 0.98 0.67
HSL 14.46º 0.95% 0.17% -
HSV(B) 14.46º 0.98% 0.33% -
XYZ 4.04 2.51 0.33 -
YUV 38.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 85 22 2 0 0.74 0.98 0.67 14.46 0.95 0.17
Hex 55 16 2 0 4A 62 43 E 5F 11
Octal 125 26 2 0 112 142 103 16 137 21
Binary 1010101 10110 10 0 1001010 1100010 1000011 1110 1011111 10001

Color Harmonies of #551602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551602

Black with #551602

Text Example


Text Example

White with #551602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551602; }

 p { color: rgb(85,22,2); }

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

background-color css

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

 a { background-color: rgb(85,22,2); }

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

border-color css

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

 span { border-color: rgb(85,22,2); }

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