Html Css Color HEX #B32E09 Rust

📋 copy color: '#B32E09'

red 179 ◦ green 46 ◦ blue 9

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

Shades of Rust #B32E09

Tints of Rust #B32E09

RGB

 RED value IS 179 (70.31% from 255) = 76.5%

 GREEN value IS 46 (18.36% from 255) = 19.66%

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

R = 76.5%
G = 19.66%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B32E09 (or 0xB32E09) is known color: Rust. HEX triplet: B3, 2E and 09. RGB value is (179,46,9). Sum of RGB (Red+Green+Blue) = 179+46+9=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E09 is #4CD1F6. Grayscale: #515151. Windows color (decimal): -5034487 or 601779. OLE color: 601779.

HSL color Cylindrical-coordinate representation of color #B32E09: hue angle of 13.06º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B32E09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 46 9 -
CMYK 0 0.74 0.95 0.30
HSL 13.06º 0.9% 0.37% -
HSV(B) 13.06º 0.95% 0.7% -
XYZ 19.62 11.56 1.46 -
YUV 81.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 179 46 9 0 0.74 0.95 0.30 13.06 0.9 0.37
Hex B3 2E 9 0 4A 5F 1E D 5A 25
Octal 263 56 11 0 112 137 36 15 132 45
Binary 10110011 101110 1001 0 1001010 1011111 11110 1101 1011010 100101

Color Harmonies of #B32E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E09

Black with #B32E09

Text Example


Text Example

White with #B32E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E09; }

 p { color: rgb(179,46,9); }

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

background-color css

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

 a { background-color: rgb(179,46,9); }

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

border-color css

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

 span { border-color: rgb(179,46,9); }

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