Html Css Color HEX #B53502 Rust

📋 copy color: '#B53502'

red 181 ◦ green 53 ◦ blue 2

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

Shades of Rust #B53502

Tints of Rust #B53502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 76.69%
G = 22.46%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53502 (or 0xB53502) is known color: Rust. HEX triplet: B5, 35 and 02. RGB value is (181,53,2). Sum of RGB (Red+Green+Blue) = 181+53+2=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B53502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53502 is #4ACAFD. Grayscale: #555555. Windows color (decimal): -4901630 or 144821. OLE color: 144821.

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

Color convert

RGB 181 53 2 -
CMYK 0 0.71 0.99 0.29
HSL 17.09º 0.98% 0.36% -
HSV(B) 17.09º 0.99% 0.71% -
XYZ 20.34 12.37 1.37 -
YUV 85.46 80.91 196.15 -
System Red Green Blue C M Y K H S L
Decimal 181 53 2 0 0.71 0.99 0.29 17.09 0.98 0.36
Hex B5 35 2 0 47 63 1D 11 62 24
Octal 265 65 2 0 107 143 35 21 142 44
Binary 10110101 110101 10 0 1000111 1100011 11101 10001 1100010 100100

Color Harmonies of #B53502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53502

Black with #B53502

Text Example


Text Example

White with #B53502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53502; }

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

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

background-color css

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

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

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

border-color css

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

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

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