Html Css Color HEX #B53A19 Rust

📋 copy color: '#B53A19'

red 181 ◦ green 58 ◦ blue 25

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

Shades of Rust #B53A19

Tints of Rust #B53A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 68.56%
G = 21.97%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B53A19 (or 0xB53A19) is known color: Rust. HEX triplet: B5, 3A and 19. RGB value is (181,58,25). Sum of RGB (Red+Green+Blue) = 181+58+25=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53A19 is #4AC5E6. Grayscale: #5B5B5B. Windows color (decimal): -4900327 or 1653429. OLE color: 1653429.

HSL color Cylindrical-coordinate representation of color #B53A19: hue angle of 12.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B53A19 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 58 25 -
CMYK 0 0.68 0.86 0.29
HSL 12.69º 0.76% 0.4% -
HSV(B) 12.69º 0.86% 0.71% -
XYZ 20.74 12.92 2.32 -
YUV 91.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 181 58 25 0 0.68 0.86 0.29 12.69 0.76 0.4
Hex B5 3A 19 0 44 56 1D D 4C 28
Octal 265 72 31 0 104 126 35 15 114 50
Binary 10110101 111010 11001 0 1000100 1010110 11101 1101 1001100 101000

Color Harmonies of #B53A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A19

Black with #B53A19

Text Example


Text Example

White with #B53A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A19; }

 p { color: rgb(181,58,25); }

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

background-color css

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

 a { background-color: rgb(181,58,25); }

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

border-color css

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

 span { border-color: rgb(181,58,25); }

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