Html Css Color HEX #B52B01 Rust

📋 copy color: '#B52B01'

red 181 ◦ green 43 ◦ blue 1

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

Shades of Rust #B52B01

Tints of Rust #B52B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 80.44%
G = 19.11%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B52B01 (or 0xB52B01) is known color: Rust. HEX triplet: B5, 2B and 01. RGB value is (181,43,1). Sum of RGB (Red+Green+Blue) = 181+43+1=225 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B01 is #4AD4FE. Grayscale: #4F4F4F. Windows color (decimal): -4904191 or 76725. OLE color: 76725.

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

Color convert

RGB 181 43 1 -
CMYK 0 0.76 0.99 0.29
HSL 14º 0.99% 0.36% -
HSV(B) 14º 0.99% 0.71% -
XYZ 19.93 11.55 1.21 -
YUV 79.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 181 43 1 0 0.76 0.99 0.29 14 0.99 0.36
Hex B5 2B 1 0 4C 63 1D E 63 24
Octal 265 53 1 0 114 143 35 16 143 44
Binary 10110101 101011 1 0 1001100 1100011 11101 1110 1100011 100100

Color Harmonies of #B52B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B01

Black with #B52B01

Text Example


Text Example

White with #B52B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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