Html Css Color HEX #B55304 Rust

📋 copy color: '#B55304'

red 181 ◦ green 83 ◦ blue 4

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

Shades of Rust #B55304

Tints of Rust #B55304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 67.54%
G = 30.97%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B55304 (or 0xB55304) is known color: Rust. HEX triplet: B5, 53 and 04. RGB value is (181,83,4). Sum of RGB (Red+Green+Blue) = 181+83+4=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B55304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55304 is #4AACFB. Grayscale: #676767. Windows color (decimal): -4893948 or 283573. OLE color: 283573.

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

Color convert

RGB 181 83 4 -
CMYK 0 0.54 0.98 0.29
HSL 26.78º 0.96% 0.36% -
HSV(B) 26.78º 0.98% 0.71% -
XYZ 22.17 16.02 2.04 -
YUV 103.3 71.97 183.42 -
System Red Green Blue C M Y K H S L
Decimal 181 83 4 0 0.54 0.98 0.29 26.78 0.96 0.36
Hex B5 53 4 0 36 62 1D 1B 60 24
Octal 265 123 4 0 66 142 35 33 140 44
Binary 10110101 1010011 100 0 110110 1100010 11101 11011 1100000 100100

Color Harmonies of #B55304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55304

Black with #B55304

Text Example


Text Example

White with #B55304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55304; }

 p { color: rgb(181,83,4); }

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

background-color css

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

 a { background-color: rgb(181,83,4); }

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

border-color css

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

 span { border-color: rgb(181,83,4); }

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