Html Css Color HEX #B32C00 Rust

📋 copy color: '#B32C00'

red 179 ◦ green 44 ◦ blue 0

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

Shades of Rust #B32C00

Tints of Rust #B32C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.73%

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

R = 80.27%
G = 19.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B32C00 (or 0xB32C00) is known color: Rust. HEX triplet: B3, 2C and 00. RGB value is (179,44,0). Sum of RGB (Red+Green+Blue) = 179+44+0=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C00 is #4CD3FF. Grayscale: #4F4F4F. Windows color (decimal): -5035008 or 11443. OLE color: 11443.

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

Color convert

RGB 179 44 0 -
CMYK 0 0.75 1 0.30
HSL 14.75º 1% 0.35% -
HSV(B) 14.75º 1% 0.7% -
XYZ 19.49 11.39 1.17 -
YUV 79.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 179 44 0 0 0.75 1 0.30 14.75 1 0.35
Hex B3 2C 0 0 4B 64 1E F 64 23
Octal 263 54 0 0 113 144 36 17 144 43
Binary 10110011 101100 0 0 1001011 1100100 11110 1111 1100100 100011

Color Harmonies of #B32C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C00

Black with #B32C00

Text Example


Text Example

White with #B32C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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