Html Css Color HEX #B53403 Rust

📋 copy color: '#B53403'

red 181 ◦ green 52 ◦ blue 3

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

Shades of Rust #B53403

Tints of Rust #B53403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 76.69%
G = 22.03%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B53403 (or 0xB53403) is known color: Rust. HEX triplet: B5, 34 and 03. RGB value is (181,52,3). Sum of RGB (Red+Green+Blue) = 181+52+3=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B53403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53403 is #4ACBFC. Grayscale: #555555. Windows color (decimal): -4901885 or 210101. OLE color: 210101.

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

Color convert

RGB 181 52 3 -
CMYK 0 0.71 0.98 0.29
HSL 16.52º 0.97% 0.36% -
HSV(B) 16.52º 0.98% 0.71% -
XYZ 20.3 12.29 1.39 -
YUV 84.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 181 52 3 0 0.71 0.98 0.29 16.52 0.97 0.36
Hex B5 34 3 0 47 62 1D 11 61 24
Octal 265 64 3 0 107 142 35 21 141 44
Binary 10110101 110100 11 0 1000111 1100010 11101 10001 1100001 100100

Color Harmonies of #B53403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53403

Black with #B53403

Text Example


Text Example

White with #B53403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53403; }

 p { color: rgb(181,52,3); }

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

background-color css

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

 a { background-color: rgb(181,52,3); }

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

border-color css

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

 span { border-color: rgb(181,52,3); }

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