Html Css Color HEX #550302 Red Oxide

📋 copy color: '#550302'

red 85 ◦ green 3 ◦ blue 2

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

Shades of Red Oxide #550302

Tints of Red Oxide #550302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.33%

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

R = 94.44%
G = 3.33%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#550302 (or 0x550302) is known color: Red Oxide. HEX triplet: 55, 03 and 02. RGB value is (85,3,2). Sum of RGB (Red+Green+Blue) = 85+3+2=90 (11% of max value = 765). Red value is 85 (33.59% from 255 or 94.44% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 85 - color contains mainly: red. Hex color #550302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550302 is #AAFCFD. Grayscale: #1B1B1B. Windows color (decimal): -11205886 or 131925. OLE color: 131925.

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

Color convert

RGB 85 3 2 -
CMYK 0 0.96 0.98 0.67
HSL 0.72º 0.95% 0.17% -
HSV(B) 0.72º 0.98% 0.33% -
XYZ 3.79 2 0.24 -
YUV 27.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 85 3 2 0 0.96 0.98 0.67 0.72 0.95 0.17
Hex 55 3 2 0 60 62 43 1 5F 11
Octal 125 3 2 0 140 142 103 1 137 21
Binary 1010101 11 10 0 1100000 1100010 1000011 1 1011111 10001

Color Harmonies of #550302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550302

Black with #550302

Text Example


Text Example

White with #550302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550302; }

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

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

background-color css

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

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

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

border-color css

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

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

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