Html Css Color HEX #B63110 Rust

📋 copy color: '#B63110'

red 182 ◦ green 49 ◦ blue 16

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

Shades of Rust #B63110

Tints of Rust #B63110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 73.68%
G = 19.84%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B63110 (or 0xB63110) is known color: Rust. HEX triplet: B6, 31 and 10. RGB value is (182,49,16). Sum of RGB (Red+Green+Blue) = 182+49+16=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B63110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63110 is #49CEEF. Grayscale: #555555. Windows color (decimal): -4837104 or 1061302. OLE color: 1061302.

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

Color convert

RGB 182 49 16 -
CMYK 0 0.73 0.91 0.29
HSL 11.93º 0.84% 0.39% -
HSV(B) 11.93º 0.91% 0.71% -
XYZ 20.48 12.18 1.76 -
YUV 85.01 89.06 197.18 -
System Red Green Blue C M Y K H S L
Decimal 182 49 16 0 0.73 0.91 0.29 11.93 0.84 0.39
Hex B6 31 10 0 49 5B 1D C 54 27
Octal 266 61 20 0 111 133 35 14 124 47
Binary 10110110 110001 10000 0 1001001 1011011 11101 1100 1010100 100111

Color Harmonies of #B63110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63110

Black with #B63110

Text Example


Text Example

White with #B63110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63110; }

 p { color: rgb(182,49,16); }

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

background-color css

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

 a { background-color: rgb(182,49,16); }

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

border-color css

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

 span { border-color: rgb(182,49,16); }

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