Html Css Color HEX #B53A05 Rust

📋 copy color: '#B53A05'

red 181 ◦ green 58 ◦ blue 5

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

Shades of Rust #B53A05

Tints of Rust #B53A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 74.18%
G = 23.77%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B53A05 (or 0xB53A05) is known color: Rust. HEX triplet: B5, 3A and 05. RGB value is (181,58,5). Sum of RGB (Red+Green+Blue) = 181+58+5=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53A05 is #4AC5FA. Grayscale: #595959. Windows color (decimal): -4900347 or 342709. OLE color: 342709.

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

Color convert

RGB 181 58 5 -
CMYK 0 0.68 0.97 0.29
HSL 18.07º 0.95% 0.36% -
HSV(B) 18.07º 0.97% 0.71% -
XYZ 20.6 12.86 1.54 -
YUV 88.74 80.75 193.81 -
System Red Green Blue C M Y K H S L
Decimal 181 58 5 0 0.68 0.97 0.29 18.07 0.95 0.36
Hex B5 3A 5 0 44 61 1D 12 5F 24
Octal 265 72 5 0 104 141 35 22 137 44
Binary 10110101 111010 101 0 1000100 1100001 11101 10010 1011111 100100

Color Harmonies of #B53A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A05

Black with #B53A05

Text Example


Text Example

White with #B53A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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