Html Css Color HEX #B33A1A Rust

📋 copy color: '#B33A1A'

red 179 ◦ green 58 ◦ blue 26

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

Shades of Rust #B33A1A

Tints of Rust #B33A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 68.06%
G = 22.05%
B = 9.89%

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

#B33A1A (or 0xB33A1A) is known color: Rust. HEX triplet: B3, 3A and 1A. RGB value is (179,58,26). Sum of RGB (Red+Green+Blue) = 179+58+26=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A1A is #4CC5E5. Grayscale: #5A5A5A. Windows color (decimal): -5031398 or 1718963. OLE color: 1718963.

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

Color convert

RGB 179 58 26 -
CMYK 0 0.68 0.85 0.30
HSL 12.55º 0.75% 0.4% -
HSV(B) 12.55º 0.85% 0.7% -
XYZ 20.29 12.68 2.36 -
YUV 90.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 179 58 26 0 0.68 0.85 0.30 12.55 0.75 0.4
Hex B3 3A 1A 0 44 55 1E D 4B 28
Octal 263 72 32 0 104 125 36 15 113 50
Binary 10110011 111010 11010 0 1000100 1010101 11110 1101 1001011 101000

Color Harmonies of #B33A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A1A

Black with #B33A1A

Text Example


Text Example

White with #B33A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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