Html Css Color HEX #B63911 Rust

📋 copy color: '#B63911'

red 182 ◦ green 57 ◦ blue 17

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

Shades of Rust #B63911

Tints of Rust #B63911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 71.09%
G = 22.27%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B63911 (or 0xB63911) is known color: Rust. HEX triplet: B6, 39 and 11. RGB value is (182,57,17). Sum of RGB (Red+Green+Blue) = 182+57+17=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63911 is #49C6EE. Grayscale: #5A5A5A. Windows color (decimal): -4835055 or 1128886. OLE color: 1128886.

HSL color Cylindrical-coordinate representation of color #B63911: hue angle of 14.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B63911 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 17 -
CMYK 0 0.69 0.91 0.29
HSL 14.55º 0.83% 0.39% -
HSV(B) 14.55º 0.91% 0.71% -
XYZ 20.86 12.91 1.92 -
YUV 89.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 182 57 17 0 0.69 0.91 0.29 14.55 0.83 0.39
Hex B6 39 11 0 45 5B 1D F 53 27
Octal 266 71 21 0 105 133 35 17 123 47
Binary 10110110 111001 10001 0 1000101 1011011 11101 1111 1010011 100111

Color Harmonies of #B63911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63911

Black with #B63911

Text Example


Text Example

White with #B63911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63911; }

 p { color: rgb(182,57,17); }

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

background-color css

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

 a { background-color: rgb(182,57,17); }

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

border-color css

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

 span { border-color: rgb(182,57,17); }

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