Html Css Color HEX #B33401 Rust

📋 copy color: '#B33401'

red 179 ◦ green 52 ◦ blue 1

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

Shades of Rust #B33401

Tints of Rust #B33401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

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

R = 77.16%
G = 22.41%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33401 (or 0xB33401) is known color: Rust. HEX triplet: B3, 34 and 01. RGB value is (179,52,1). Sum of RGB (Red+Green+Blue) = 179+52+1=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B33401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33401 is #4CCBFE. Grayscale: #545454. Windows color (decimal): -5032959 or 79027. OLE color: 79027.

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

Color convert

RGB 179 52 1 -
CMYK 0 0.71 0.99 0.30
HSL 17.19º 0.99% 0.35% -
HSV(B) 17.19º 0.99% 0.7% -
XYZ 19.82 12.04 1.31 -
YUV 84.16 81.08 195.65 -
System Red Green Blue C M Y K H S L
Decimal 179 52 1 0 0.71 0.99 0.30 17.19 0.99 0.35
Hex B3 34 1 0 47 63 1E 11 63 23
Octal 263 64 1 0 107 143 36 21 143 43
Binary 10110011 110100 1 0 1000111 1100011 11110 10001 1100011 100011

Color Harmonies of #B33401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33401

Black with #B33401

Text Example


Text Example

White with #B33401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33401; }

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

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

background-color css

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

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

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

border-color css

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

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

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