Html Css Color HEX #B32600 Rust

📋 copy color: '#B32600'

red 179 ◦ green 38 ◦ blue 0

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

Shades of Rust #B32600

Tints of Rust #B32600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 82.49%
G = 17.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B32600 (or 0xB32600) is known color: Rust. HEX triplet: B3, 26 and 00. RGB value is (179,38,0). Sum of RGB (Red+Green+Blue) = 179+38+0=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B32600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32600 is #4CD9FF. Grayscale: #4C4C4C. Windows color (decimal): -5036544 or 9907. OLE color: 9907.

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

Color convert

RGB 179 38 0 -
CMYK 0 0.79 1 0.30
HSL 12.74º 1% 0.35% -
HSV(B) 12.74º 1% 0.7% -
XYZ 19.28 10.97 1.1 -
YUV 75.83 85.21 201.59 -
System Red Green Blue C M Y K H S L
Decimal 179 38 0 0 0.79 1 0.30 12.74 1 0.35
Hex B3 26 0 0 4F 64 1E D 64 23
Octal 263 46 0 0 117 144 36 15 144 43
Binary 10110011 100110 0 0 1001111 1100100 11110 1101 1100100 100011

Color Harmonies of #B32600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32600

Black with #B32600

Text Example


Text Example

White with #B32600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32600; }

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

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

background-color css

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

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

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

border-color css

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

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

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