Html Css Color HEX #B33B1C Rust

📋 copy color: '#B33B1C'

red 179 ◦ green 59 ◦ blue 28

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

Shades of Rust #B33B1C

Tints of Rust #B33B1C

RGB

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

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

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

R = 67.29%
G = 22.18%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B33B1C (or 0xB33B1C) is known color: Rust. HEX triplet: B3, 3B and 1C. RGB value is (179,59,28). Sum of RGB (Red+Green+Blue) = 179+59+28=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B1C is #4CC4E3. Grayscale: #5B5B5B. Windows color (decimal): -5031140 or 1850291. OLE color: 1850291.

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

Color convert

RGB 179 59 28 -
CMYK 0 0.67 0.84 0.30
HSL 12.32º 0.73% 0.41% -
HSV(B) 12.32º 0.84% 0.7% -
XYZ 20.36 12.8 2.5 -
YUV 91.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 179 59 28 0 0.67 0.84 0.30 12.32 0.73 0.41
Hex B3 3B 1C 0 43 54 1E C 49 29
Octal 263 73 34 0 103 124 36 14 111 51
Binary 10110011 111011 11100 0 1000011 1010100 11110 1100 1001001 101001

Color Harmonies of #B33B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B1C

Black with #B33B1C

Text Example


Text Example

White with #B33B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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