Html Css Color HEX #B53800 Rust

📋 copy color: '#B53800'

red 181 ◦ green 56 ◦ blue 0

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

Shades of Rust #B53800

Tints of Rust #B53800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.37%
G = 23.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B53800 (or 0xB53800) is known color: Rust. HEX triplet: B5, 38 and 00. RGB value is (181,56,0). Sum of RGB (Red+Green+Blue) = 181+56+0=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B53800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53800 is #4AC7FF. Grayscale: #575757. Windows color (decimal): -4900864 or 14517. OLE color: 14517.

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

Color convert

RGB 181 56 0 -
CMYK 0 0.69 1 0.29
HSL 18.56º 1% 0.35% -
HSV(B) 18.56º 1% 0.71% -
XYZ 20.47 12.65 1.36 -
YUV 86.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 181 56 0 0 0.69 1 0.29 18.56 1 0.35
Hex B5 38 0 0 45 64 1D 13 64 23
Octal 265 70 0 0 105 144 35 23 144 43
Binary 10110101 111000 0 0 1000101 1100100 11101 10011 1100100 100011

Color Harmonies of #B53800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53800

Black with #B53800

Text Example


Text Example

White with #B53800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53800; }

 p { color: rgb(181,56,0); }

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

background-color css

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

 a { background-color: rgb(181,56,0); }

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

border-color css

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

 span { border-color: rgb(181,56,0); }

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