Html Css Color HEX #B32E02 Rust

📋 copy color: '#B32E02'

red 179 ◦ green 46 ◦ blue 2

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

Shades of Rust #B32E02

Tints of Rust #B32E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 78.85%
G = 20.26%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32E02 (or 0xB32E02) is known color: Rust. HEX triplet: B3, 2E and 02. RGB value is (179,46,2). Sum of RGB (Red+Green+Blue) = 179+46+2=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E02 is #4CD1FD. Grayscale: #515151. Windows color (decimal): -5034494 or 143027. OLE color: 143027.

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

Color convert

RGB 179 46 2 -
CMYK 0 0.74 0.99 0.30
HSL 14.92º 0.98% 0.35% -
HSV(B) 14.92º 0.99% 0.7% -
XYZ 19.58 11.54 1.25 -
YUV 80.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 179 46 2 0 0.74 0.99 0.30 14.92 0.98 0.35
Hex B3 2E 2 0 4A 63 1E F 62 23
Octal 263 56 2 0 112 143 36 17 142 43
Binary 10110011 101110 10 0 1001010 1100011 11110 1111 1100010 100011

Color Harmonies of #B32E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E02

Black with #B32E02

Text Example


Text Example

White with #B32E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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