Html Css Color HEX #B33F04 Rust

📋 copy color: '#B33F04'

red 179 ◦ green 63 ◦ blue 4

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

Shades of Rust #B33F04

Tints of Rust #B33F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 72.76%
G = 25.61%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33F04 (or 0xB33F04) is known color: Rust. HEX triplet: B3, 3F and 04. RGB value is (179,63,4). Sum of RGB (Red+Green+Blue) = 179+63+4=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F04 is #4CC0FB. Grayscale: #5B5B5B. Windows color (decimal): -5030140 or 278451. OLE color: 278451.

HSL color Cylindrical-coordinate representation of color #B33F04: hue angle of 20.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B33F04 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 4 -
CMYK 0 0.65 0.98 0.30
HSL 20.23º 0.96% 0.36% -
HSV(B) 20.23º 0.98% 0.7% -
XYZ 20.39 13.15 1.58 -
YUV 90.96 78.93 190.8 -
System Red Green Blue C M Y K H S L
Decimal 179 63 4 0 0.65 0.98 0.30 20.23 0.96 0.36
Hex B3 3F 4 0 41 62 1E 14 60 24
Octal 263 77 4 0 101 142 36 24 140 44
Binary 10110011 111111 100 0 1000001 1100010 11110 10100 1100000 100100

Color Harmonies of #B33F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F04

Black with #B33F04

Text Example


Text Example

White with #B33F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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