Html Css Color HEX #B52E0A Rust

📋 copy color: '#B52E0A'

red 181 ◦ green 46 ◦ blue 10

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

Shades of Rust #B52E0A

Tints of Rust #B52E0A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 76.37%
G = 19.41%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B52E0A (or 0xB52E0A) is known color: Rust. HEX triplet: B5, 2E and 0A. RGB value is (181,46,10). Sum of RGB (Red+Green+Blue) = 181+46+10=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52E0A is #4AD1F5. Grayscale: #525252. Windows color (decimal): -4903414 or 667317. OLE color: 667317.

HSL color Cylindrical-coordinate representation of color #B52E0A: hue angle of 12.63º 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 #B52E0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 46 10 -
CMYK 0 0.75 0.94 0.29
HSL 12.63º 0.9% 0.37% -
HSV(B) 12.63º 0.94% 0.71% -
XYZ 20.09 11.8 1.51 -
YUV 82.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 181 46 10 0 0.75 0.94 0.29 12.63 0.9 0.37
Hex B5 2E A 0 4B 5E 1D D 5A 25
Octal 265 56 12 0 113 136 35 15 132 45
Binary 10110101 101110 1010 0 1001011 1011110 11101 1101 1011010 100101

Color Harmonies of #B52E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E0A

Black with #B52E0A

Text Example


Text Example

White with #B52E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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