Html Css Color HEX #B33A1B Rust

📋 copy color: '#B33A1B'

red 179 ◦ green 58 ◦ blue 27

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

Shades of Rust #B33A1B

Tints of Rust #B33A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 67.8%
G = 21.97%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B33A1B (or 0xB33A1B) is known color: Rust. HEX triplet: B3, 3A and 1B. RGB value is (179,58,27). Sum of RGB (Red+Green+Blue) = 179+58+27=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A1B is #4CC5E4. Grayscale: #5A5A5A. Windows color (decimal): -5031397 or 1784499. OLE color: 1784499.

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

Color convert

RGB 179 58 27 -
CMYK 0 0.68 0.85 0.30
HSL 12.24º 0.74% 0.4% -
HSV(B) 12.24º 0.85% 0.7% -
XYZ 20.3 12.69 2.42 -
YUV 90.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 179 58 27 0 0.68 0.85 0.30 12.24 0.74 0.4
Hex B3 3A 1B 0 44 55 1E C 4A 28
Octal 263 72 33 0 104 125 36 14 112 50
Binary 10110011 111010 11011 0 1000100 1010101 11110 1100 1001010 101000

Color Harmonies of #B33A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A1B

Black with #B33A1B

Text Example


Text Example

White with #B33A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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