Html Css Color HEX #530C05 Red Oxide

📋 copy color: '#530C05'

red 83 ◦ green 12 ◦ blue 5

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

Shades of Red Oxide #530C05

Tints of Red Oxide #530C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5%

R = 83%
G = 12%
B = 5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#530C05 (or 0x530C05) is known color: Red Oxide. HEX triplet: 53, 0C and 05. RGB value is (83,12,5). Sum of RGB (Red+Green+Blue) = 83+12+5=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C05 is #ACF3FA. Grayscale: #202020. Windows color (decimal): -11334651 or 330835. OLE color: 330835.

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

Color convert

RGB 83 12 5 -
CMYK 0 0.86 0.94 0.67
HSL 5.38º 0.89% 0.17% -
HSV(B) 5.38º 0.94% 0.33% -
XYZ 3.73 2.11 0.36 -
YUV 32.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 83 12 5 0 0.86 0.94 0.67 5.38 0.89 0.17
Hex 53 C 5 0 56 5E 43 5 59 11
Octal 123 14 5 0 126 136 103 5 131 21
Binary 1010011 1100 101 0 1010110 1011110 1000011 101 1011001 10001

Color Harmonies of #530C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C05

Black with #530C05

Text Example


Text Example

White with #530C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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