Html Css Color HEX #B33801 Rust

📋 copy color: '#B33801'

red 179 ◦ green 56 ◦ blue 1

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

Shades of Rust #B33801

Tints of Rust #B33801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 75.85%
G = 23.73%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33801 (or 0xB33801) is known color: Rust. HEX triplet: B3, 38 and 01. RGB value is (179,56,1). Sum of RGB (Red+Green+Blue) = 179+56+1=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B33801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33801 is #4CC7FE. Grayscale: #565656. Windows color (decimal): -5031935 or 80051. OLE color: 80051.

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

Color convert

RGB 179 56 1 -
CMYK 0 0.69 0.99 0.30
HSL 18.54º 0.99% 0.35% -
HSV(B) 18.54º 0.99% 0.7% -
XYZ 20.01 12.41 1.37 -
YUV 86.51 79.75 193.97 -
System Red Green Blue C M Y K H S L
Decimal 179 56 1 0 0.69 0.99 0.30 18.54 0.99 0.35
Hex B3 38 1 0 45 63 1E 13 63 23
Octal 263 70 1 0 105 143 36 23 143 43
Binary 10110011 111000 1 0 1000101 1100011 11110 10011 1100011 100011

Color Harmonies of #B33801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33801

Black with #B33801

Text Example


Text Example

White with #B33801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33801; }

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

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

background-color css

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

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

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

border-color css

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

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

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