Html Css Color HEX #B33F1C Rust

📋 copy color: '#B33F1C'

red 179 ◦ green 63 ◦ blue 28

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

Shades of Rust #B33F1C

Tints of Rust #B33F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 66.3%
G = 23.33%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B33F1C (or 0xB33F1C) is known color: Rust. HEX triplet: B3, 3F and 1C. RGB value is (179,63,28). Sum of RGB (Red+Green+Blue) = 179+63+28=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F1C is #4CC0E3. Grayscale: #5D5D5D. Windows color (decimal): -5030116 or 1851315. OLE color: 1851315.

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

Color convert

RGB 179 63 28 -
CMYK 0 0.65 0.84 0.30
HSL 13.91º 0.73% 0.41% -
HSV(B) 13.91º 0.84% 0.7% -
XYZ 20.58 13.22 2.57 -
YUV 93.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 179 63 28 0 0.65 0.84 0.30 13.91 0.73 0.41
Hex B3 3F 1C 0 41 54 1E E 49 29
Octal 263 77 34 0 101 124 36 16 111 51
Binary 10110011 111111 11100 0 1000001 1010100 11110 1110 1001001 101001

Color Harmonies of #B33F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F1C

Black with #B33F1C

Text Example


Text Example

White with #B33F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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