Html Css Color HEX #530D03 Red Oxide

📋 copy color: '#530D03'

red 83 ◦ green 13 ◦ blue 3

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

Shades of Red Oxide #530D03

Tints of Red Oxide #530D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

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

R = 83.84%
G = 13.13%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530D03 (or 0x530D03) is known color: Red Oxide. HEX triplet: 53, 0D and 03. RGB value is (83,13,3). Sum of RGB (Red+Green+Blue) = 83+13+3=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D03 is #ACF2FC. Grayscale: #202020. Windows color (decimal): -11334397 or 200019. OLE color: 200019.

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

Color convert

RGB 83 13 3 -
CMYK 0 0.84 0.96 0.67
HSL 7.5º 0.93% 0.17% -
HSV(B) 7.5º 0.96% 0.33% -
XYZ 3.73 2.13 0.3 -
YUV 32.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 83 13 3 0 0.84 0.96 0.67 7.5 0.93 0.17
Hex 53 D 3 0 54 60 43 8 5D 11
Octal 123 15 3 0 124 140 103 10 135 21
Binary 1010011 1101 11 0 1010100 1100000 1000011 1000 1011101 10001

Color Harmonies of #530D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D03

Black with #530D03

Text Example


Text Example

White with #530D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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