Html Css Color HEX #530300 Red Oxide

📋 copy color: '#530300'

red 83 ◦ green 3 ◦ blue 0

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

Shades of Red Oxide #530300

Tints of Red Oxide #530300

RGB

 RED value IS 83 (32.81% from 255) = 96.51%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.51%
G = 3.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#530300 (or 0x530300) is known color: Red Oxide. HEX triplet: 53, 03 and 00. RGB value is (83,3,0). Sum of RGB (Red+Green+Blue) = 83+3+0=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530300 is #ACFCFF. Grayscale: #1A1A1A. Windows color (decimal): -11336960 or 851. OLE color: 851.

HSL color Cylindrical-coordinate representation of color #530300: hue angle of 2.17º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 0 -
CMYK 0 0.96 1 0.67
HSL 2.17º 1% 0.16% -
HSV(B) 2.17º 1% 0.33% -
XYZ 3.6 1.9 0.18 -
YUV 26.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 83 3 0 0 0.96 1 0.67 2.17 1 0.16
Hex 53 3 0 0 60 64 43 2 64 10
Octal 123 3 0 0 140 144 103 2 144 20
Binary 1010011 11 0 0 1100000 1100100 1000011 10 1100100 10000

Color Harmonies of #530300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530300

Black with #530300

Text Example


Text Example

White with #530300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530300; }

 p { color: rgb(83,3,0); }

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

background-color css

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

 a { background-color: rgb(83,3,0); }

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

border-color css

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

 span { border-color: rgb(83,3,0); }

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