Html Css Color HEX #B33B05 Rust

📋 copy color: '#B33B05'

red 179 ◦ green 59 ◦ blue 5

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

Shades of Rust #B33B05

Tints of Rust #B33B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 73.66%
G = 24.28%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33B05 (or 0xB33B05) is known color: Rust. HEX triplet: B3, 3B and 05. RGB value is (179,59,5). Sum of RGB (Red+Green+Blue) = 179+59+5=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B05 is #4CC4FA. Grayscale: #595959. Windows color (decimal): -5031163 or 342963. OLE color: 342963.

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

Color convert

RGB 179 59 5 -
CMYK 0 0.67 0.97 0.30
HSL 18.62º 0.95% 0.36% -
HSV(B) 18.62º 0.97% 0.7% -
XYZ 20.18 12.72 1.54 -
YUV 88.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 179 59 5 0 0.67 0.97 0.30 18.62 0.95 0.36
Hex B3 3B 5 0 43 61 1E 13 5F 24
Octal 263 73 5 0 103 141 36 23 137 44
Binary 10110011 111011 101 0 1000011 1100001 11110 10011 1011111 100100

Color Harmonies of #B33B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B05

Black with #B33B05

Text Example


Text Example

White with #B33B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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