Html Css Color HEX #B32E00 Rust

📋 copy color: '#B32E00'

red 179 ◦ green 46 ◦ blue 0

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

Shades of Rust #B32E00

Tints of Rust #B32E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.56%
G = 20.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B32E00 (or 0xB32E00) is known color: Rust. HEX triplet: B3, 2E and 00. RGB value is (179,46,0). Sum of RGB (Red+Green+Blue) = 179+46+0=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E00 is #4CD1FF. Grayscale: #505050. Windows color (decimal): -5034496 or 11955. OLE color: 11955.

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

Color convert

RGB 179 46 0 -
CMYK 0 0.74 1 0.30
HSL 15.42º 1% 0.35% -
HSV(B) 15.42º 1% 0.7% -
XYZ 19.57 11.54 1.2 -
YUV 80.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 179 46 0 0 0.74 1 0.30 15.42 1 0.35
Hex B3 2E 0 0 4A 64 1E F 64 23
Octal 263 56 0 0 112 144 36 17 144 43
Binary 10110011 101110 0 0 1001010 1100100 11110 1111 1100100 100011

Color Harmonies of #B32E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E00

Black with #B32E00

Text Example


Text Example

White with #B32E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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