Html Css Color HEX #B52A04 Rust

📋 copy color: '#B52A04'

red 181 ◦ green 42 ◦ blue 4

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

Shades of Rust #B52A04

Tints of Rust #B52A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.5%

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

R = 79.74%
G = 18.5%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B52A04 (or 0xB52A04) is known color: Rust. HEX triplet: B5, 2A and 04. RGB value is (181,42,4). Sum of RGB (Red+Green+Blue) = 181+42+4=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A04 is #4AD5FB. Grayscale: #4F4F4F. Windows color (decimal): -4904444 or 273077. OLE color: 273077.

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

Color convert

RGB 181 42 4 -
CMYK 0 0.77 0.98 0.29
HSL 12.88º 0.96% 0.36% -
HSV(B) 12.88º 0.98% 0.71% -
XYZ 19.91 11.49 1.28 -
YUV 79.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 181 42 4 0 0.77 0.98 0.29 12.88 0.96 0.36
Hex B5 2A 4 0 4D 62 1D D 60 24
Octal 265 52 4 0 115 142 35 15 140 44
Binary 10110101 101010 100 0 1001101 1100010 11101 1101 1100000 100100

Color Harmonies of #B52A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A04

Black with #B52A04

Text Example


Text Example

White with #B52A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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