Html Css Color HEX #B52F04 Rust

📋 copy color: '#B52F04'

red 181 ◦ green 47 ◦ blue 4

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

Shades of Rust #B52F04

Tints of Rust #B52F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 78.02%
G = 20.26%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B52F04 (or 0xB52F04) is known color: Rust. HEX triplet: B5, 2F and 04. RGB value is (181,47,4). Sum of RGB (Red+Green+Blue) = 181+47+4=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52F04 is #4AD0FB. Grayscale: #525252. Windows color (decimal): -4903164 or 274357. OLE color: 274357.

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

Color convert

RGB 181 47 4 -
CMYK 0 0.74 0.98 0.29
HSL 14.58º 0.96% 0.36% -
HSV(B) 14.58º 0.98% 0.71% -
XYZ 20.09 11.87 1.35 -
YUV 82.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 181 47 4 0 0.74 0.98 0.29 14.58 0.96 0.36
Hex B5 2F 4 0 4A 62 1D F 60 24
Octal 265 57 4 0 112 142 35 17 140 44
Binary 10110101 101111 100 0 1001010 1100010 11101 1111 1100000 100100

Color Harmonies of #B52F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F04

Black with #B52F04

Text Example


Text Example

White with #B52F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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