Html Css Color HEX #B33F10 Rust

📋 copy color: '#B33F10'

red 179 ◦ green 63 ◦ blue 16

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

Shades of Rust #B33F10

Tints of Rust #B33F10

RGB

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

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

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

R = 69.38%
G = 24.42%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33F10 (or 0xB33F10) is known color: Rust. HEX triplet: B3, 3F and 10. RGB value is (179,63,16). Sum of RGB (Red+Green+Blue) = 179+63+16=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F10 is #4CC0EF. Grayscale: #5C5C5C. Windows color (decimal): -5030128 or 1064883. OLE color: 1064883.

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

Color convert

RGB 179 63 16 -
CMYK 0 0.65 0.91 0.30
HSL 17.3º 0.84% 0.38% -
HSV(B) 17.3º 0.91% 0.7% -
XYZ 20.46 13.18 1.96 -
YUV 92.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 179 63 16 0 0.65 0.91 0.30 17.3 0.84 0.38
Hex B3 3F 10 0 41 5B 1E 11 54 26
Octal 263 77 20 0 101 133 36 21 124 46
Binary 10110011 111111 10000 0 1000001 1011011 11110 10001 1010100 100110

Color Harmonies of #B33F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F10

Black with #B33F10

Text Example


Text Example

White with #B33F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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