Html Css Color HEX #B33B04 Rust

📋 copy color: '#B33B04'

red 179 ◦ green 59 ◦ blue 4

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

Shades of Rust #B33B04

Tints of Rust #B33B04

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.38%

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

R = 73.97%
G = 24.38%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33B04 (or 0xB33B04) is known color: Rust. HEX triplet: B3, 3B and 04. RGB value is (179,59,4). Sum of RGB (Red+Green+Blue) = 179+59+4=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B04 is #4CC4FB. Grayscale: #585858. Windows color (decimal): -5031164 or 277427. OLE color: 277427.

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

Color convert

RGB 179 59 4 -
CMYK 0 0.67 0.98 0.30
HSL 18.86º 0.96% 0.36% -
HSV(B) 18.86º 0.98% 0.7% -
XYZ 20.18 12.72 1.51 -
YUV 88.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 179 59 4 0 0.67 0.98 0.30 18.86 0.96 0.36
Hex B3 3B 4 0 43 62 1E 13 60 24
Octal 263 73 4 0 103 142 36 23 140 44
Binary 10110011 111011 100 0 1000011 1100010 11110 10011 1100000 100100

Color Harmonies of #B33B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B04

Black with #B33B04

Text Example


Text Example

White with #B33B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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