Html Css Color HEX #530303 Red Oxide

📋 copy color: '#530303'

red 83 ◦ green 3 ◦ blue 3

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

Shades of Red Oxide #530303

Tints of Red Oxide #530303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.37%

R = 93.26%
G = 3.37%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530303 (or 0x530303) is known color: Red Oxide. HEX triplet: 53, 03 and 03. RGB value is (83,3,3). Sum of RGB (Red+Green+Blue) = 83+3+3=89 (11% of max value = 765). Red value is 83 (32.81% from 255 or 93.26% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 83 - color contains mainly: red. Hex color #530303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530303 is #ACFCFC. Grayscale: #1A1A1A. Windows color (decimal): -11336957 or 197459. OLE color: 197459.

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

Color convert

RGB 83 3 3 -
CMYK 0 0.96 0.96 0.67
HSL 0.93% 0.17% -
HSV(B) 0.96% 0.33% -
XYZ 3.62 1.91 0.26 -
YUV 26.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 83 3 3 0 0.96 0.96 0.67 0 0.93 0.17
Hex 53 3 3 0 60 60 43 0 5D 11
Octal 123 3 3 0 140 140 103 0 135 21
Binary 1010011 11 11 0 1100000 1100000 1000011 0 1011101 10001

Color Harmonies of #530303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530303

Black with #530303

Text Example


Text Example

White with #530303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530303; }

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

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

background-color css

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

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

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

border-color css

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

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

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