Html Css Color HEX #B52F0F Rust

📋 copy color: '#B52F0F'

red 181 ◦ green 47 ◦ blue 15

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

Shades of Rust #B52F0F

Tints of Rust #B52F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 74.49%
G = 19.34%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B52F0F (or 0xB52F0F) is known color: Rust. HEX triplet: B5, 2F and 0F. RGB value is (181,47,15). Sum of RGB (Red+Green+Blue) = 181+47+15=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52F0F is #4AD0F0. Grayscale: #535353. Windows color (decimal): -4903153 or 995253. OLE color: 995253.

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

Color convert

RGB 181 47 15 -
CMYK 0 0.74 0.92 0.29
HSL 11.57º 0.85% 0.38% -
HSV(B) 11.57º 0.92% 0.71% -
XYZ 20.16 11.89 1.68 -
YUV 83.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 181 47 15 0 0.74 0.92 0.29 11.57 0.85 0.38
Hex B5 2F F 0 4A 5C 1D C 55 26
Octal 265 57 17 0 112 134 35 14 125 46
Binary 10110101 101111 1111 0 1001010 1011100 11101 1100 1010101 100110

Color Harmonies of #B52F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F0F

Black with #B52F0F

Text Example


Text Example

White with #B52F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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