Html Css Color HEX #B52C09 Rust

📋 copy color: '#B52C09'

red 181 ◦ green 44 ◦ blue 9

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

Shades of Rust #B52C09

Tints of Rust #B52C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 77.35%
G = 18.8%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B52C09 (or 0xB52C09) is known color: Rust. HEX triplet: B5, 2C and 09. RGB value is (181,44,9). Sum of RGB (Red+Green+Blue) = 181+44+9=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C09 is #4AD3F6. Grayscale: #515151. Windows color (decimal): -4903927 or 601269. OLE color: 601269.

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

Color convert

RGB 181 44 9 -
CMYK 0 0.76 0.95 0.29
HSL 12.21º 0.91% 0.37% -
HSV(B) 12.21º 0.95% 0.71% -
XYZ 20.01 11.64 1.45 -
YUV 80.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 181 44 9 0 0.76 0.95 0.29 12.21 0.91 0.37
Hex B5 2C 9 0 4C 5F 1D C 5B 25
Octal 265 54 11 0 114 137 35 14 133 45
Binary 10110101 101100 1001 0 1001100 1011111 11101 1100 1011011 100101

Color Harmonies of #B52C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C09

Black with #B52C09

Text Example


Text Example

White with #B52C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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