Html Css Color HEX #B3441F Rust

📋 copy color: '#B3441F'

red 179 ◦ green 68 ◦ blue 31

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

Shades of Rust #B3441F

Tints of Rust #B3441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 64.39%
G = 24.46%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3441F (or 0xB3441F) is known color: Rust. HEX triplet: B3, 44 and 1F. RGB value is (179,68,31). Sum of RGB (Red+Green+Blue) = 179+68+31=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3441F is #4CBBE0. Grayscale: #616161. Windows color (decimal): -5028833 or 2049203. OLE color: 2049203.

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

Color convert

RGB 179 68 31 -
CMYK 0 0.62 0.83 0.30
HSL 15º 0.7% 0.41% -
HSV(B) 15º 0.83% 0.7% -
XYZ 20.9 13.82 2.86 -
YUV 96.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 179 68 31 0 0.62 0.83 0.30 15 0.7 0.41
Hex B3 44 1F 0 3E 53 1E F 46 29
Octal 263 104 37 0 76 123 36 17 106 51
Binary 10110011 1000100 11111 0 111110 1010011 11110 1111 1000110 101001

Color Harmonies of #B3441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3441F

Black with #B3441F

Text Example


Text Example

White with #B3441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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