Html Css Color HEX #B33B1A Rust

📋 copy color: '#B33B1A'

red 179 ◦ green 59 ◦ blue 26

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

Shades of Rust #B33B1A

Tints of Rust #B33B1A

RGB

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

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

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

R = 67.8%
G = 22.35%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B33B1A (or 0xB33B1A) is known color: Rust. HEX triplet: B3, 3B and 1A. RGB value is (179,59,26). Sum of RGB (Red+Green+Blue) = 179+59+26=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B1A is #4CC4E5. Grayscale: #5B5B5B. Windows color (decimal): -5031142 or 1719219. OLE color: 1719219.

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

Color convert

RGB 179 59 26 -
CMYK 0 0.67 0.85 0.30
HSL 12.94º 0.75% 0.4% -
HSV(B) 12.94º 0.85% 0.7% -
XYZ 20.34 12.79 2.37 -
YUV 91.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 179 59 26 0 0.67 0.85 0.30 12.94 0.75 0.4
Hex B3 3B 1A 0 43 55 1E D 4B 28
Octal 263 73 32 0 103 125 36 15 113 50
Binary 10110011 111011 11010 0 1000011 1010101 11110 1101 1001011 101000

Color Harmonies of #B33B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B1A

Black with #B33B1A

Text Example


Text Example

White with #B33B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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