Html Css Color HEX #B33F01 Rust

📋 copy color: '#B33F01'

red 179 ◦ green 63 ◦ blue 1

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

Shades of Rust #B33F01

Tints of Rust #B33F01

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

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

R = 73.66%
G = 25.93%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33F01 (or 0xB33F01) is known color: Rust. HEX triplet: B3, 3F and 01. RGB value is (179,63,1). Sum of RGB (Red+Green+Blue) = 179+63+1=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F01 is #4CC0FE. Grayscale: #5A5A5A. Windows color (decimal): -5030143 or 81843. OLE color: 81843.

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

Color convert

RGB 179 63 1 -
CMYK 0 0.65 0.99 0.30
HSL 20.9º 0.99% 0.35% -
HSV(B) 20.9º 0.99% 0.7% -
XYZ 20.37 13.14 1.49 -
YUV 90.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 179 63 1 0 0.65 0.99 0.30 20.9 0.99 0.35
Hex B3 3F 1 0 41 63 1E 15 63 23
Octal 263 77 1 0 101 143 36 25 143 43
Binary 10110011 111111 1 0 1000001 1100011 11110 10101 1100011 100011

Color Harmonies of #B33F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F01

Black with #B33F01

Text Example


Text Example

White with #B33F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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