Html Css Color HEX #B33001 Rust

📋 copy color: '#B33001'

red 179 ◦ green 48 ◦ blue 1

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

Shades of Rust #B33001

Tints of Rust #B33001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 78.51%
G = 21.05%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33001 (or 0xB33001) is known color: Rust. HEX triplet: B3, 30 and 01. RGB value is (179,48,1). Sum of RGB (Red+Green+Blue) = 179+48+1=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B33001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33001 is #4CCFFE. Grayscale: #525252. Windows color (decimal): -5033983 or 78003. OLE color: 78003.

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

Color convert

RGB 179 48 1 -
CMYK 0 0.73 0.99 0.30
HSL 15.84º 0.99% 0.35% -
HSV(B) 15.84º 0.99% 0.7% -
XYZ 19.65 11.7 1.25 -
YUV 81.81 82.4 197.32 -
System Red Green Blue C M Y K H S L
Decimal 179 48 1 0 0.73 0.99 0.30 15.84 0.99 0.35
Hex B3 30 1 0 49 63 1E 10 63 23
Octal 263 60 1 0 111 143 36 20 143 43
Binary 10110011 110000 1 0 1001001 1100011 11110 10000 1100011 100011

Color Harmonies of #B33001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33001

Black with #B33001

Text Example


Text Example

White with #B33001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33001; }

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

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

background-color css

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

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

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

border-color css

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

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

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