Html Css Color HEX #B32D0D Rust

📋 copy color: '#B32D0D'

red 179 ◦ green 45 ◦ blue 13

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

Shades of Rust #B32D0D

Tints of Rust #B32D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

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

R = 75.53%
G = 18.99%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B32D0D (or 0xB32D0D) is known color: Rust. HEX triplet: B3, 2D and 0D. RGB value is (179,45,13). Sum of RGB (Red+Green+Blue) = 179+45+13=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D0D is #4CD2F2. Grayscale: #515151. Windows color (decimal): -5034739 or 863667. OLE color: 863667.

HSL color Cylindrical-coordinate representation of color #B32D0D: hue angle of 11.57º 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 #B32D0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 45 13 -
CMYK 0 0.75 0.93 0.30
HSL 11.57º 0.86% 0.38% -
HSV(B) 11.57º 0.93% 0.7% -
XYZ 19.6 11.49 1.57 -
YUV 81.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 179 45 13 0 0.75 0.93 0.30 11.57 0.86 0.38
Hex B3 2D D 0 4B 5D 1E C 56 26
Octal 263 55 15 0 113 135 36 14 126 46
Binary 10110011 101101 1101 0 1001011 1011101 11110 1100 1010110 100110

Color Harmonies of #B32D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D0D

Black with #B32D0D

Text Example


Text Example

White with #B32D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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