Html Css Color HEX #B53B0A Rust

📋 copy color: '#B53B0A'

red 181 ◦ green 59 ◦ blue 10

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

Shades of Rust #B53B0A

Tints of Rust #B53B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

 BLUE value IS 10 (4.3% from 255) = 4%

R = 72.4%
G = 23.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B53B0A (or 0xB53B0A) is known color: Rust. HEX triplet: B5, 3B and 0A. RGB value is (181,59,10). Sum of RGB (Red+Green+Blue) = 181+59+10=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53B0A is #4AC4F5. Grayscale: #5A5A5A. Windows color (decimal): -4900086 or 670645. OLE color: 670645.

HSL color Cylindrical-coordinate representation of color #B53B0A: hue angle of 17.19º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B53B0A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 59 10 -
CMYK 0 0.67 0.94 0.29
HSL 17.19º 0.9% 0.37% -
HSV(B) 17.19º 0.94% 0.71% -
XYZ 20.67 12.97 1.7 -
YUV 89.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 181 59 10 0 0.67 0.94 0.29 17.19 0.9 0.37
Hex B5 3B A 0 43 5E 1D 11 5A 25
Octal 265 73 12 0 103 136 35 21 132 45
Binary 10110101 111011 1010 0 1000011 1011110 11101 10001 1011010 100101

Color Harmonies of #B53B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B0A

Black with #B53B0A

Text Example


Text Example

White with #B53B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B0A; }

 p { color: rgb(181,59,10); }

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

background-color css

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

 a { background-color: rgb(181,59,10); }

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

border-color css

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

 span { border-color: rgb(181,59,10); }

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