Html Css Color HEX #B63311 Rust

📋 copy color: '#B63311'

red 182 ◦ green 51 ◦ blue 17

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

Shades of Rust #B63311

Tints of Rust #B63311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 72.8%
G = 20.4%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B63311 (or 0xB63311) is known color: Rust. HEX triplet: B6, 33 and 11. RGB value is (182,51,17). Sum of RGB (Red+Green+Blue) = 182+51+17=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63311 is #49CCEE. Grayscale: #565656. Windows color (decimal): -4836591 or 1127350. OLE color: 1127350.

HSL color Cylindrical-coordinate representation of color #B63311: hue angle of 12.36º 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 #B63311 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 17 -
CMYK 0 0.72 0.91 0.29
HSL 12.36º 0.83% 0.39% -
HSV(B) 12.36º 0.91% 0.71% -
XYZ 20.58 12.35 1.83 -
YUV 86.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 182 51 17 0 0.72 0.91 0.29 12.36 0.83 0.39
Hex B6 33 11 0 48 5B 1D C 53 27
Octal 266 63 21 0 110 133 35 14 123 47
Binary 10110110 110011 10001 0 1001000 1011011 11101 1100 1010011 100111

Color Harmonies of #B63311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63311

Black with #B63311

Text Example


Text Example

White with #B63311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63311; }

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

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

background-color css

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

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

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

border-color css

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

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

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