Html Css Color HEX #B53802 Rust

📋 copy color: '#B53802'

red 181 ◦ green 56 ◦ blue 2

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

Shades of Rust #B53802

Tints of Rust #B53802

RGB

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

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

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

R = 75.73%
G = 23.43%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53802 (or 0xB53802) is known color: Rust. HEX triplet: B5, 38 and 02. RGB value is (181,56,2). Sum of RGB (Red+Green+Blue) = 181+56+2=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B53802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53802 is #4AC7FD. Grayscale: #575757. Windows color (decimal): -4900862 or 145589. OLE color: 145589.

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

Color convert

RGB 181 56 2 -
CMYK 0 0.69 0.99 0.29
HSL 18.1º 0.98% 0.36% -
HSV(B) 18.1º 0.99% 0.71% -
XYZ 20.48 12.66 1.42 -
YUV 87.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 181 56 2 0 0.69 0.99 0.29 18.1 0.98 0.36
Hex B5 38 2 0 45 63 1D 12 62 24
Octal 265 70 2 0 105 143 35 22 142 44
Binary 10110101 111000 10 0 1000101 1100011 11101 10010 1100010 100100

Color Harmonies of #B53802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53802

Black with #B53802

Text Example


Text Example

White with #B53802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53802; }

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

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

background-color css

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

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

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

border-color css

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

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

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