#530B08

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

Shades of Red Oxide #530B08

Tints of Red Oxide #530B08

Color information

#530B08 (or 0x530B08) is unknown color: approx Red Oxide. HEX triplet: 53, 0B and 08. RGB value is (83,11,8). Sum of RGB (Red+Green+Blue) = 83+11+8=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B08 is #ACF4F7. Grayscale: #202020. Windows color (decimal): -11334904 or 527187. OLE color: 527187.

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

Color convert

RGB83118-
CMYK00.870.900.67
HSL2.4º82.42%17.84%-
HSV(B)2.4º90.36%32.55%-
XYZ3.732.10.44-
YUV32.19114.35164.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=81.37%
G=10.78%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8311800.870.900.672.482.4217.84
Hex53B80575A4325212
Octal12313100127132103212222
Binary101001110111000010101111011010100001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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