Html Css Color HEX #B32A01 Rust

📋 copy color: '#B32A01'

red 179 ◦ green 42 ◦ blue 1

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

Shades of Rust #B32A01

Tints of Rust #B32A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

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

R = 80.63%
G = 18.92%
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

#B32A01 (or 0xB32A01) is known color: Rust. HEX triplet: B3, 2A and 01. RGB value is (179,42,1). Sum of RGB (Red+Green+Blue) = 179+42+1=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A01 is #4CD5FE. Grayscale: #4E4E4E. Windows color (decimal): -5035519 or 76467. OLE color: 76467.

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

Color convert

RGB 179 42 1 -
CMYK 0 0.77 0.99 0.30
HSL 13.82º 0.99% 0.35% -
HSV(B) 13.82º 0.99% 0.7% -
XYZ 19.42 11.24 1.17 -
YUV 78.29 84.39 199.83 -
System Red Green Blue C M Y K H S L
Decimal 179 42 1 0 0.77 0.99 0.30 13.82 0.99 0.35
Hex B3 2A 1 0 4D 63 1E E 63 23
Octal 263 52 1 0 115 143 36 16 143 43
Binary 10110011 101010 1 0 1001101 1100011 11110 1110 1100011 100011

Color Harmonies of #B32A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A01

Black with #B32A01

Text Example


Text Example

White with #B32A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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