#530C0B

Color #530C0B Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #530C0B

Tints of Red Oxide #530C0B

Color information

#530C0B (or 0x530C0B) is unknown color: approx Red Oxide. HEX triplet: 53, 0C and 0B. RGB value is (83,12,11). Sum of RGB (Red+Green+Blue) = 83+12+11=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C0B is #ACF3F4. Grayscale: #212121. Windows color (decimal): -11334645 or 724051. OLE color: 724051.

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

Color convert

RGB831211-
CMYK00.860.870.67
HSL0.83º76.6%18.43%-
HSV(B)0.83º86.75%32.55%-
XYZ3.762.130.53-
YUV33.12115.52163.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=78.30%
G=11.32%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83121100.860.870.670.8376.618.43
Hex53CB056574314d12
Octal12314130126127103111522
Binary10100111100101101010110101011110000111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #530C0B;
 }
 .AnyTagClassName
 {
   color: #530C0B;
 }
</style>
background-color css

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

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

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

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

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

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