Html Css Color HEX #B32E05 Rust

📋 copy color: '#B32E05'

red 179 ◦ green 46 ◦ blue 5

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

Shades of Rust #B32E05

Tints of Rust #B32E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 77.83%
G = 20%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B32E05 (or 0xB32E05) is known color: Rust. HEX triplet: B3, 2E and 05. RGB value is (179,46,5). Sum of RGB (Red+Green+Blue) = 179+46+5=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E05 is #4CD1FA. Grayscale: #515151. Windows color (decimal): -5034491 or 339635. OLE color: 339635.

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

Color convert

RGB 179 46 5 -
CMYK 0 0.74 0.97 0.30
HSL 14.14º 0.95% 0.36% -
HSV(B) 14.14º 0.97% 0.7% -
XYZ 19.59 11.55 1.34 -
YUV 81.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 179 46 5 0 0.74 0.97 0.30 14.14 0.95 0.36
Hex B3 2E 5 0 4A 61 1E E 5F 24
Octal 263 56 5 0 112 141 36 16 137 44
Binary 10110011 101110 101 0 1001010 1100001 11110 1110 1011111 100100

Color Harmonies of #B32E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E05

Black with #B32E05

Text Example


Text Example

White with #B32E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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