Html Css Color HEX #B52C07 Rust

📋 copy color: '#B52C07'

red 181 ◦ green 44 ◦ blue 7

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

Shades of Rust #B52C07

Tints of Rust #B52C07

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

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

R = 78.02%
G = 18.97%
B = 3.02%

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

#B52C07 (or 0xB52C07) is known color: Rust. HEX triplet: B5, 2C and 07. RGB value is (181,44,7). Sum of RGB (Red+Green+Blue) = 181+44+7=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C07 is #4AD3F8. Grayscale: #515151. Windows color (decimal): -4903929 or 470197. OLE color: 470197.

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

Color convert

RGB 181 44 7 -
CMYK 0 0.76 0.96 0.29
HSL 12.76º 0.93% 0.37% -
HSV(B) 12.76º 0.96% 0.71% -
XYZ 20 11.64 1.39 -
YUV 80.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 181 44 7 0 0.76 0.96 0.29 12.76 0.93 0.37
Hex B5 2C 7 0 4C 60 1D D 5D 25
Octal 265 54 7 0 114 140 35 15 135 45
Binary 10110101 101100 111 0 1001100 1100000 11101 1101 1011101 100101

Color Harmonies of #B52C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C07

Black with #B52C07

Text Example


Text Example

White with #B52C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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