Html Css Color HEX #B32E0D Rust

📋 copy color: '#B32E0D'

red 179 ◦ green 46 ◦ blue 13

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

Shades of Rust #B32E0D

Tints of Rust #B32E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 75.21%
G = 19.33%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B32E0D (or 0xB32E0D) is known color: Rust. HEX triplet: B3, 2E and 0D. RGB value is (179,46,13). Sum of RGB (Red+Green+Blue) = 179+46+13=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E0D is #4CD1F2. Grayscale: #525252. Windows color (decimal): -5034483 or 863923. OLE color: 863923.

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

Color convert

RGB 179 46 13 -
CMYK 0 0.74 0.93 0.30
HSL 11.93º 0.86% 0.38% -
HSV(B) 11.93º 0.93% 0.7% -
XYZ 19.64 11.57 1.58 -
YUV 82.01 89.06 197.18 -
System Red Green Blue C M Y K H S L
Decimal 179 46 13 0 0.74 0.93 0.30 11.93 0.86 0.38
Hex B3 2E D 0 4A 5D 1E C 56 26
Octal 263 56 15 0 112 135 36 14 126 46
Binary 10110011 101110 1101 0 1001010 1011101 11110 1100 1010110 100110

Color Harmonies of #B32E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E0D

Black with #B32E0D

Text Example


Text Example

White with #B32E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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