Html Css Color HEX #B52D05 Rust

📋 copy color: '#B52D05'

red 181 ◦ green 45 ◦ blue 5

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

Shades of Rust #B52D05

Tints of Rust #B52D05

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 78.35%
G = 19.48%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B52D05 (or 0xB52D05) is known color: Rust. HEX triplet: B5, 2D and 05. RGB value is (181,45,5). Sum of RGB (Red+Green+Blue) = 181+45+5=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D05 is #4AD2FA. Grayscale: #515151. Windows color (decimal): -4903675 or 339381. OLE color: 339381.

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

Color convert

RGB 181 45 5 -
CMYK 0 0.75 0.97 0.29
HSL 13.64º 0.95% 0.36% -
HSV(B) 13.64º 0.97% 0.71% -
XYZ 20.02 11.71 1.35 -
YUV 81.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 181 45 5 0 0.75 0.97 0.29 13.64 0.95 0.36
Hex B5 2D 5 0 4B 61 1D E 5F 24
Octal 265 55 5 0 113 141 35 16 137 44
Binary 10110101 101101 101 0 1001011 1100001 11101 1110 1011111 100100

Color Harmonies of #B52D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D05

Black with #B52D05

Text Example


Text Example

White with #B52D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D05; }

 p { color: rgb(181,45,5); }

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

background-color css

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

 a { background-color: rgb(181,45,5); }

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

border-color css

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

 span { border-color: rgb(181,45,5); }

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