Html Css Color HEX #B32B00 Rust

📋 copy color: '#B32B00'

red 179 ◦ green 43 ◦ blue 0

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

Shades of Rust #B32B00

Tints of Rust #B32B00

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.37%

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

R = 80.63%
G = 19.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B32B00 (or 0xB32B00) is known color: Rust. HEX triplet: B3, 2B and 00. RGB value is (179,43,0). Sum of RGB (Red+Green+Blue) = 179+43+0=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B00 is #4CD4FF. Grayscale: #4F4F4F. Windows color (decimal): -5035264 or 11187. OLE color: 11187.

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

Color convert

RGB 179 43 0 -
CMYK 0 0.76 1 0.30
HSL 14.41º 1% 0.35% -
HSV(B) 14.41º 1% 0.7% -
XYZ 19.45 11.31 1.16 -
YUV 78.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 179 43 0 0 0.76 1 0.30 14.41 1 0.35
Hex B3 2B 0 0 4C 64 1E E 64 23
Octal 263 53 0 0 114 144 36 16 144 43
Binary 10110011 101011 0 0 1001100 1100100 11110 1110 1100100 100011

Color Harmonies of #B32B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B00

Black with #B32B00

Text Example


Text Example

White with #B32B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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