Html Css Color HEX #B53A1A Rust

📋 copy color: '#B53A1A'

red 181 ◦ green 58 ◦ blue 26

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

Shades of Rust #B53A1A

Tints of Rust #B53A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 68.3%
G = 21.89%
B = 9.81%

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

#B53A1A (or 0xB53A1A) is known color: Rust. HEX triplet: B5, 3A and 1A. RGB value is (181,58,26). Sum of RGB (Red+Green+Blue) = 181+58+26=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A1A is #4AC5E5. Grayscale: #5B5B5B. Windows color (decimal): -4900326 or 1718965. OLE color: 1718965.

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

Color convert

RGB 181 58 26 -
CMYK 0 0.68 0.86 0.29
HSL 12.39º 0.75% 0.41% -
HSV(B) 12.39º 0.86% 0.71% -
XYZ 20.76 12.92 2.38 -
YUV 91.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 181 58 26 0 0.68 0.86 0.29 12.39 0.75 0.41
Hex B5 3A 1A 0 44 56 1D C 4B 29
Octal 265 72 32 0 104 126 35 14 113 51
Binary 10110101 111010 11010 0 1000100 1010110 11101 1100 1001011 101001

Color Harmonies of #B53A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A1A

Black with #B53A1A

Text Example


Text Example

White with #B53A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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