#B63D12

Color #B63D12 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B63D12

Tints of Rust #B63D12

Color information

#B63D12 (or 0xB63D12) is unknown color: approx Rust. HEX triplet: B6, 3D and 12. RGB value is (182,61,18). Sum of RGB (Red+Green+Blue) = 182+61+18=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D12 is #49C2ED. Grayscale: #5C5C5C. Windows color (decimal): -4834030 or 1195446. OLE color: 1195446.

HSL color Cylindrical-coordinate representation of color #B63D12: hue angle of 15.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63D12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1826118-
CMYK00.660.900.29
HSL15.73º82%39.22%-
HSV(B)15.73º90.11%71.37%-
XYZ21.0713.332.03-
YUV92.2886.09192-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.73%
GREEN value IS 61 (24.22% from 255) = 23.37%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=69.73%
G=23.37%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182611800.660.900.2915.738239.22
HexB63D120425A1D105227
Octal26675220102132352012247
Binary101101101111011001001000010101101011101100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D12; }

 p { color: rgb(182,61,18); }

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

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

 a { background-color: rgb(182,61,18); }

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

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

 span { border-color: rgb(182,61,18); }

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