Html Css Color HEX #B33B1E Rust

📋 copy color: '#B33B1E'

red 179 ◦ green 59 ◦ blue 30

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

Shades of Rust #B33B1E

Tints of Rust #B33B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 66.79%
G = 22.01%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B33B1E (or 0xB33B1E) is known color: Rust. HEX triplet: B3, 3B and 1E. RGB value is (179,59,30). Sum of RGB (Red+Green+Blue) = 179+59+30=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B1E is #4CC4E1. Grayscale: #5B5B5B. Windows color (decimal): -5031138 or 1981363. OLE color: 1981363.

HSL color Cylindrical-coordinate representation of color #B33B1E: hue angle of 11.68º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B33B1E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 59 30 -
CMYK 0 0.67 0.83 0.30
HSL 11.68º 0.71% 0.41% -
HSV(B) 11.68º 0.83% 0.7% -
XYZ 20.39 12.81 2.63 -
YUV 91.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 179 59 30 0 0.67 0.83 0.30 11.68 0.71 0.41
Hex B3 3B 1E 0 43 53 1E C 47 29
Octal 263 73 36 0 103 123 36 14 107 51
Binary 10110011 111011 11110 0 1000011 1010011 11110 1100 1000111 101001

Color Harmonies of #B33B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B1E

Black with #B33B1E

Text Example


Text Example

White with #B33B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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