Html Css Color HEX #B33A1C Rust

📋 copy color: '#B33A1C'

red 179 ◦ green 58 ◦ blue 28

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

Shades of Rust #B33A1C

Tints of Rust #B33A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

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

R = 67.55%
G = 21.89%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B33A1C (or 0xB33A1C) is known color: Rust. HEX triplet: B3, 3A and 1C. RGB value is (179,58,28). Sum of RGB (Red+Green+Blue) = 179+58+28=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A1C is #4CC5E3. Grayscale: #5A5A5A. Windows color (decimal): -5031396 or 1850035. OLE color: 1850035.

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

Color convert

RGB 179 58 28 -
CMYK 0 0.68 0.84 0.30
HSL 11.92º 0.73% 0.41% -
HSV(B) 11.92º 0.84% 0.7% -
XYZ 20.31 12.69 2.48 -
YUV 90.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 179 58 28 0 0.68 0.84 0.30 11.92 0.73 0.41
Hex B3 3A 1C 0 44 54 1E C 49 29
Octal 263 72 34 0 104 124 36 14 111 51
Binary 10110011 111010 11100 0 1000100 1010100 11110 1100 1001001 101001

Color Harmonies of #B33A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A1C

Black with #B33A1C

Text Example


Text Example

White with #B33A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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