Html Css Color HEX #B32B01 Rust

📋 copy color: '#B32B01'

red 179 ◦ green 43 ◦ blue 1

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

Shades of Rust #B32B01

Tints of Rust #B32B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 80.27%
G = 19.28%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32B01 (or 0xB32B01) is known color: Rust. HEX triplet: B3, 2B and 01. RGB value is (179,43,1). Sum of RGB (Red+Green+Blue) = 179+43+1=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B01 is #4CD4FE. Grayscale: #4F4F4F. Windows color (decimal): -5035263 or 76723. OLE color: 76723.

HSL color Cylindrical-coordinate representation of color #B32B01: hue angle of 14.16º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32B01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 43 1 -
CMYK 0 0.76 0.99 0.30
HSL 14.16º 0.99% 0.35% -
HSV(B) 14.16º 0.99% 0.7% -
XYZ 19.46 11.31 1.19 -
YUV 78.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 179 43 1 0 0.76 0.99 0.30 14.16 0.99 0.35
Hex B3 2B 1 0 4C 63 1E E 63 23
Octal 263 53 1 0 114 143 36 16 143 43
Binary 10110011 101011 1 0 1001100 1100011 11110 1110 1100011 100011

Color Harmonies of #B32B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B01

Black with #B32B01

Text Example


Text Example

White with #B32B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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