Html Css Color HEX #B3441D Rust

📋 copy color: '#B3441D'

red 179 ◦ green 68 ◦ blue 29

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

Shades of Rust #B3441D

Tints of Rust #B3441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.64%

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

R = 64.86%
G = 24.64%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3441D (or 0xB3441D) is known color: Rust. HEX triplet: B3, 44 and 1D. RGB value is (179,68,29). Sum of RGB (Red+Green+Blue) = 179+68+29=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3441D is #4CBBE2. Grayscale: #616161. Windows color (decimal): -5028835 or 1918131. OLE color: 1918131.

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

Color convert

RGB 179 68 29 -
CMYK 0 0.62 0.84 0.30
HSL 15.6º 0.72% 0.41% -
HSV(B) 15.6º 0.84% 0.7% -
XYZ 20.88 13.81 2.73 -
YUV 96.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 179 68 29 0 0.62 0.84 0.30 15.6 0.72 0.41
Hex B3 44 1D 0 3E 54 1E 10 48 29
Octal 263 104 35 0 76 124 36 20 110 51
Binary 10110011 1000100 11101 0 111110 1010100 11110 10000 1001000 101001

Color Harmonies of #B3441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3441D

Black with #B3441D

Text Example


Text Example

White with #B3441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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