Html Css Color HEX #B33D1D Rust

📋 copy color: '#B33D1D'

red 179 ◦ green 61 ◦ blue 29

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

Shades of Rust #B33D1D

Tints of Rust #B33D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

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

R = 66.54%
G = 22.68%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B33D1D (or 0xB33D1D) is known color: Rust. HEX triplet: B3, 3D and 1D. RGB value is (179,61,29). Sum of RGB (Red+Green+Blue) = 179+61+29=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D1D is #4CC2E2. Grayscale: #5C5C5C. Windows color (decimal): -5030627 or 1916339. OLE color: 1916339.

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

Color convert

RGB 179 61 29 -
CMYK 0 0.66 0.84 0.30
HSL 12.8º 0.72% 0.41% -
HSV(B) 12.8º 0.84% 0.7% -
XYZ 20.48 13.01 2.59 -
YUV 92.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 179 61 29 0 0.66 0.84 0.30 12.8 0.72 0.41
Hex B3 3D 1D 0 42 54 1E D 48 29
Octal 263 75 35 0 102 124 36 15 110 51
Binary 10110011 111101 11101 0 1000010 1010100 11110 1101 1001000 101001

Color Harmonies of #B33D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D1D

Black with #B33D1D

Text Example


Text Example

White with #B33D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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