Html Css Color HEX #B52B07 Rust

📋 copy color: '#B52B07'

red 181 ◦ green 43 ◦ blue 7

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

Shades of Rust #B52B07

Tints of Rust #B52B07

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.61%

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 78.35%
G = 18.61%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B52B07 (or 0xB52B07) is known color: Rust. HEX triplet: B5, 2B and 07. RGB value is (181,43,7). Sum of RGB (Red+Green+Blue) = 181+43+7=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B07 is #4AD4F8. Grayscale: #505050. Windows color (decimal): -4904185 or 469941. OLE color: 469941.

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

Color convert

RGB 181 43 7 -
CMYK 0 0.76 0.96 0.29
HSL 12.41º 0.93% 0.37% -
HSV(B) 12.41º 0.96% 0.71% -
XYZ 19.96 11.57 1.38 -
YUV 80.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 181 43 7 0 0.76 0.96 0.29 12.41 0.93 0.37
Hex B5 2B 7 0 4C 60 1D C 5D 25
Octal 265 53 7 0 114 140 35 14 135 45
Binary 10110101 101011 111 0 1001100 1100000 11101 1100 1011101 100101

Color Harmonies of #B52B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B07

Black with #B52B07

Text Example


Text Example

White with #B52B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B07; }

 p { color: rgb(181,43,7); }

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

background-color css

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

 a { background-color: rgb(181,43,7); }

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

border-color css

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

 span { border-color: rgb(181,43,7); }

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