Html Css Color HEX #B33B1D Rust

📋 copy color: '#B33B1D'

red 179 ◦ green 59 ◦ blue 29

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

Shades of Rust #B33B1D

Tints of Rust #B33B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 67.04%
G = 22.1%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B33B1D (or 0xB33B1D) is known color: Rust. HEX triplet: B3, 3B and 1D. RGB value is (179,59,29). Sum of RGB (Red+Green+Blue) = 179+59+29=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B1D is #4CC4E2. Grayscale: #5B5B5B. Windows color (decimal): -5031139 or 1915827. OLE color: 1915827.

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

Color convert

RGB 179 59 29 -
CMYK 0 0.67 0.84 0.30
HSL 12º 0.72% 0.41% -
HSV(B) 12º 0.84% 0.7% -
XYZ 20.38 12.8 2.56 -
YUV 91.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 179 59 29 0 0.67 0.84 0.30 12 0.72 0.41
Hex B3 3B 1D 0 43 54 1E C 48 29
Octal 263 73 35 0 103 124 36 14 110 51
Binary 10110011 111011 11101 0 1000011 1010100 11110 1100 1001000 101001

Color Harmonies of #B33B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B1D

Black with #B33B1D

Text Example


Text Example

White with #B33B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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