Html Css Color HEX #B52900 Rust

📋 copy color: '#B52900'

red 181 ◦ green 41 ◦ blue 0

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

Shades of Rust #B52900

Tints of Rust #B52900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.53%
G = 18.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B52900 (or 0xB52900) is known color: Rust. HEX triplet: B5, 29 and 00. RGB value is (181,41,0). Sum of RGB (Red+Green+Blue) = 181+41+0=222 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.53% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 181 - color contains mainly: red. Hex color #B52900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52900 is #4AD6FF. Grayscale: #4E4E4E. Windows color (decimal): -4904704 or 10677. OLE color: 10677.

HSL color Cylindrical-coordinate representation of color #B52900: hue angle of 13.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B52900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 0 -
CMYK 0 0.77 1 0.29
HSL 13.59º 1% 0.35% -
HSV(B) 13.59º 1% 0.71% -
XYZ 19.85 11.41 1.16 -
YUV 78.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 181 41 0 0 0.77 1 0.29 13.59 1 0.35
Hex B5 29 0 0 4D 64 1D E 64 23
Octal 265 51 0 0 115 144 35 16 144 43
Binary 10110101 101001 0 0 1001101 1100100 11101 1110 1100100 100011

Color Harmonies of #B52900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52900

Black with #B52900

Text Example


Text Example

White with #B52900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52900; }

 p { color: rgb(181,41,0); }

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

background-color css

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

 a { background-color: rgb(181,41,0); }

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

border-color css

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

 span { border-color: rgb(181,41,0); }

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