Html Css Color HEX #B33820 Rust

📋 copy color: '#B33820'

red 179 ◦ green 56 ◦ blue 32

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

Shades of Rust #B33820

Tints of Rust #B33820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 67.04%
G = 20.97%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B33820 (or 0xB33820) is known color: Rust. HEX triplet: B3, 38 and 20. RGB value is (179,56,32). Sum of RGB (Red+Green+Blue) = 179+56+32=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33820 is #4CC7DF. Grayscale: #5A5A5A. Windows color (decimal): -5031904 or 2111667. OLE color: 2111667.

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

Color convert

RGB 179 56 32 -
CMYK 0 0.69 0.82 0.30
HSL 9.8º 0.7% 0.41% -
HSV(B) 9.8º 0.82% 0.7% -
XYZ 20.27 12.52 2.71 -
YUV 90.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 179 56 32 0 0.69 0.82 0.30 9.8 0.7 0.41
Hex B3 38 20 0 45 52 1E A 46 29
Octal 263 70 40 0 105 122 36 12 106 51
Binary 10110011 111000 100000 0 1000101 1010010 11110 1010 1000110 101001

Color Harmonies of #B33820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33820

Black with #B33820

Text Example


Text Example

White with #B33820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33820; }

 p { color: rgb(179,56,32); }

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

background-color css

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

 a { background-color: rgb(179,56,32); }

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

border-color css

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

 span { border-color: rgb(179,56,32); }

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