Html Css Color HEX #B33B10 Rust

📋 copy color: '#B33B10'

red 179 ◦ green 59 ◦ blue 16

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

Shades of Rust #B33B10

Tints of Rust #B33B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 70.47%
G = 23.23%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33B10 (or 0xB33B10) is known color: Rust. HEX triplet: B3, 3B and 10. RGB value is (179,59,16). Sum of RGB (Red+Green+Blue) = 179+59+16=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B10 is #4CC4EF. Grayscale: #5A5A5A. Windows color (decimal): -5031152 or 1063859. OLE color: 1063859.

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

Color convert

RGB 179 59 16 -
CMYK 0 0.67 0.91 0.30
HSL 15.83º 0.84% 0.38% -
HSV(B) 15.83º 0.91% 0.7% -
XYZ 20.25 12.75 1.88 -
YUV 89.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 179 59 16 0 0.67 0.91 0.30 15.83 0.84 0.38
Hex B3 3B 10 0 43 5B 1E 10 54 26
Octal 263 73 20 0 103 133 36 20 124 46
Binary 10110011 111011 10000 0 1000011 1011011 11110 10000 1010100 100110

Color Harmonies of #B33B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B10

Black with #B33B10

Text Example


Text Example

White with #B33B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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