Html Css Color HEX #B52B00 Rust

📋 copy color: '#B52B00'

red 181 ◦ green 43 ◦ blue 0

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

Shades of Rust #B52B00

Tints of Rust #B52B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 80.8%
G = 19.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B52B00 (or 0xB52B00) is known color: Rust. HEX triplet: B5, 2B and 00. RGB value is (181,43,0). Sum of RGB (Red+Green+Blue) = 181+43+0=224 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.80% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B00 is #4AD4FF. Grayscale: #4F4F4F. Windows color (decimal): -4904192 or 11189. OLE color: 11189.

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

Color convert

RGB 181 43 0 -
CMYK 0 0.76 1 0.29
HSL 14.25º 1% 0.35% -
HSV(B) 14.25º 1% 0.71% -
XYZ 19.92 11.55 1.18 -
YUV 79.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 181 43 0 0 0.76 1 0.29 14.25 1 0.35
Hex B5 2B 0 0 4C 64 1D E 64 23
Octal 265 53 0 0 114 144 35 16 144 43
Binary 10110101 101011 0 0 1001100 1100100 11101 1110 1100100 100011

Color Harmonies of #B52B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B00

Black with #B52B00

Text Example


Text Example

White with #B52B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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