Html Css Color HEX #B32701 Rust

📋 copy color: '#B32701'

red 179 ◦ green 39 ◦ blue 1

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

Shades of Rust #B32701

Tints of Rust #B32701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 81.74%
G = 17.81%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B32701 (or 0xB32701) is known color: Rust. HEX triplet: B3, 27 and 01. RGB value is (179,39,1). Sum of RGB (Red+Green+Blue) = 179+39+1=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B32701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32701 is #4CD8FE. Grayscale: #4C4C4C. Windows color (decimal): -5036287 or 75699. OLE color: 75699.

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

Color convert

RGB 179 39 1 -
CMYK 0 0.78 0.99 0.30
HSL 12.81º 0.99% 0.35% -
HSV(B) 12.81º 0.99% 0.7% -
XYZ 19.32 11.04 1.14 -
YUV 76.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 179 39 1 0 0.78 0.99 0.30 12.81 0.99 0.35
Hex B3 27 1 0 4E 63 1E D 63 23
Octal 263 47 1 0 116 143 36 15 143 43
Binary 10110011 100111 1 0 1001110 1100011 11110 1101 1100011 100011

Color Harmonies of #B32701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32701

Black with #B32701

Text Example


Text Example

White with #B32701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32701; }

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

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

background-color css

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

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

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

border-color css

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

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

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