Html Css Color HEX #B52F10 Rust

📋 copy color: '#B52F10'

red 181 ◦ green 47 ◦ blue 16

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

Shades of Rust #B52F10

Tints of Rust #B52F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 74.18%
G = 19.26%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B52F10 (or 0xB52F10) is known color: Rust. HEX triplet: B5, 2F and 10. RGB value is (181,47,16). Sum of RGB (Red+Green+Blue) = 181+47+16=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52F10 is #4AD0EF. Grayscale: #535353. Windows color (decimal): -4903152 or 1060789. OLE color: 1060789.

HSL color Cylindrical-coordinate representation of color #B52F10: hue angle of 11.27º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B52F10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 47 16 -
CMYK 0 0.74 0.91 0.29
HSL 11.27º 0.84% 0.39% -
HSV(B) 11.27º 0.91% 0.71% -
XYZ 20.17 11.89 1.72 -
YUV 83.53 89.89 197.52 -
System Red Green Blue C M Y K H S L
Decimal 181 47 16 0 0.74 0.91 0.29 11.27 0.84 0.39
Hex B5 2F 10 0 4A 5B 1D B 54 27
Octal 265 57 20 0 112 133 35 13 124 47
Binary 10110101 101111 10000 0 1001010 1011011 11101 1011 1010100 100111

Color Harmonies of #B52F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F10

Black with #B52F10

Text Example


Text Example

White with #B52F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F10; }

 p { color: rgb(181,47,16); }

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

background-color css

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

 a { background-color: rgb(181,47,16); }

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

border-color css

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

 span { border-color: rgb(181,47,16); }

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