Html Css Color HEX #B55102 Rust

📋 copy color: '#B55102'

red 181 ◦ green 81 ◦ blue 2

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

Shades of Rust #B55102

Tints of Rust #B55102

RGB

 RED value IS 181 (71.09% from 255) = 68.56%

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 68.56%
G = 30.68%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B55102 (or 0xB55102) is known color: Rust. HEX triplet: B5, 51 and 02. RGB value is (181,81,2). Sum of RGB (Red+Green+Blue) = 181+81+2=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B55102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55102 is #4AAEFD. Grayscale: #666666. Windows color (decimal): -4894462 or 151989. OLE color: 151989.

HSL color Cylindrical-coordinate representation of color #B55102: hue angle of 26.48º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B55102 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 2 -
CMYK 0 0.55 0.99 0.29
HSL 26.48º 0.98% 0.36% -
HSV(B) 26.48º 0.99% 0.71% -
XYZ 22.01 15.71 1.93 -
YUV 101.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 181 81 2 0 0.55 0.99 0.29 26.48 0.98 0.36
Hex B5 51 2 0 37 63 1D 1A 62 24
Octal 265 121 2 0 67 143 35 32 142 44
Binary 10110101 1010001 10 0 110111 1100011 11101 11010 1100010 100100

Color Harmonies of #B55102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55102

Black with #B55102

Text Example


Text Example

White with #B55102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55102; }

 p { color: rgb(181,81,2); }

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

background-color css

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

 a { background-color: rgb(181,81,2); }

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

border-color css

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

 span { border-color: rgb(181,81,2); }

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