Html Css Color HEX #B33F0F Rust

📋 copy color: '#B33F0F'

red 179 ◦ green 63 ◦ blue 15

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

Shades of Rust #B33F0F

Tints of Rust #B33F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 69.65%
G = 24.51%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B33F0F (or 0xB33F0F) is known color: Rust. HEX triplet: B3, 3F and 0F. RGB value is (179,63,15). Sum of RGB (Red+Green+Blue) = 179+63+15=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F0F is #4CC0F0. Grayscale: #5C5C5C. Windows color (decimal): -5030129 or 999347. OLE color: 999347.

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

Color convert

RGB 179 63 15 -
CMYK 0 0.65 0.92 0.30
HSL 17.56º 0.85% 0.38% -
HSV(B) 17.56º 0.92% 0.7% -
XYZ 20.45 13.17 1.92 -
YUV 92.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 179 63 15 0 0.65 0.92 0.30 17.56 0.85 0.38
Hex B3 3F F 0 41 5C 1E 12 55 26
Octal 263 77 17 0 101 134 36 22 125 46
Binary 10110011 111111 1111 0 1000001 1011100 11110 10010 1010101 100110

Color Harmonies of #B33F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F0F

Black with #B33F0F

Text Example


Text Example

White with #B33F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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