Html Css Color HEX #B63A13 Rust

📋 copy color: '#B63A13'

red 182 ◦ green 58 ◦ blue 19

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

Shades of Rust #B63A13

Tints of Rust #B63A13

RGB

 RED value IS 182 (71.48% from 255) = 70.27%

 GREEN value IS 58 (23.05% from 255) = 22.39%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 70.27%
G = 22.39%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63A13 (or 0xB63A13) is known color: Rust. HEX triplet: B6, 3A and 13. RGB value is (182,58,19). Sum of RGB (Red+Green+Blue) = 182+58+19=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A13 is #49C5EC. Grayscale: #5A5A5A. Windows color (decimal): -4834797 or 1260214. OLE color: 1260214.

HSL color Cylindrical-coordinate representation of color #B63A13: hue angle of 14.36º degrees, saturation: 0.81, 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 #B63A13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 19 -
CMYK 0 0.68 0.90 0.29
HSL 14.36º 0.81% 0.39% -
HSV(B) 14.36º 0.9% 0.71% -
XYZ 20.92 13.02 2.03 -
YUV 90.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 182 58 19 0 0.68 0.90 0.29 14.36 0.81 0.39
Hex B6 3A 13 0 44 5A 1D E 51 27
Octal 266 72 23 0 104 132 35 16 121 47
Binary 10110110 111010 10011 0 1000100 1011010 11101 1110 1010001 100111

Color Harmonies of #B63A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A13

Black with #B63A13

Text Example


Text Example

White with #B63A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A13; }

 p { color: rgb(182,58,19); }

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

background-color css

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

 a { background-color: rgb(182,58,19); }

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

border-color css

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

 span { border-color: rgb(182,58,19); }

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