Html Css Color HEX #B32901 Rust

📋 copy color: '#B32901'

red 179 ◦ green 41 ◦ blue 1

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

Shades of Rust #B32901

Tints of Rust #B32901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 81%
G = 18.55%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32901 (or 0xB32901) is known color: Rust. HEX triplet: B3, 29 and 01. RGB value is (179,41,1). Sum of RGB (Red+Green+Blue) = 179+41+1=221 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.00% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 179 - color contains mainly: red. Hex color #B32901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32901 is #4CD6FE. Grayscale: #4D4D4D. Windows color (decimal): -5035775 or 76211. OLE color: 76211.

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

Color convert

RGB 179 41 1 -
CMYK 0 0.77 0.99 0.30
HSL 13.48º 0.99% 0.35% -
HSV(B) 13.48º 0.99% 0.7% -
XYZ 19.39 11.17 1.16 -
YUV 77.7 84.72 200.25 -
System Red Green Blue C M Y K H S L
Decimal 179 41 1 0 0.77 0.99 0.30 13.48 0.99 0.35
Hex B3 29 1 0 4D 63 1E D 63 23
Octal 263 51 1 0 115 143 36 15 143 43
Binary 10110011 101001 1 0 1001101 1100011 11110 1101 1100011 100011

Color Harmonies of #B32901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32901

Black with #B32901

Text Example


Text Example

White with #B32901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32901; }

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

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

background-color css

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

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

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

border-color css

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

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

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