Html Css Color HEX #530C03 Red Oxide

📋 copy color: '#530C03'

red 83 ◦ green 12 ◦ blue 3

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

Shades of Red Oxide #530C03

Tints of Red Oxide #530C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

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

R = 84.69%
G = 12.24%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530C03 (or 0x530C03) is known color: Red Oxide. HEX triplet: 53, 0C and 03. RGB value is (83,12,3). Sum of RGB (Red+Green+Blue) = 83+12+3=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #530C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C03 is #ACF3FC. Grayscale: #202020. Windows color (decimal): -11334653 or 199763. OLE color: 199763.

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

Color convert

RGB 83 12 3 -
CMYK 0 0.86 0.96 0.67
HSL 6.75º 0.93% 0.17% -
HSV(B) 6.75º 0.96% 0.33% -
XYZ 3.72 2.11 0.3 -
YUV 32.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 83 12 3 0 0.86 0.96 0.67 6.75 0.93 0.17
Hex 53 C 3 0 56 60 43 7 5D 11
Octal 123 14 3 0 126 140 103 7 135 21
Binary 1010011 1100 11 0 1010110 1100000 1000011 111 1011101 10001

Color Harmonies of #530C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C03

Black with #530C03

Text Example


Text Example

White with #530C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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