Html Css Color HEX #B3441A Rust

📋 copy color: '#B3441A'

red 179 ◦ green 68 ◦ blue 26

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

Shades of Rust #B3441A

Tints of Rust #B3441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 65.57%
G = 24.91%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3441A (or 0xB3441A) is known color: Rust. HEX triplet: B3, 44 and 1A. RGB value is (179,68,26). Sum of RGB (Red+Green+Blue) = 179+68+26=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3441A is #4CBBE5. Grayscale: #606060. Windows color (decimal): -5028838 or 1721523. OLE color: 1721523.

HSL color Cylindrical-coordinate representation of color #B3441A: hue angle of 16.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3441A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 26 -
CMYK 0 0.62 0.85 0.30
HSL 16.47º 0.75% 0.4% -
HSV(B) 16.47º 0.85% 0.7% -
XYZ 20.84 13.79 2.54 -
YUV 96.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 179 68 26 0 0.62 0.85 0.30 16.47 0.75 0.4
Hex B3 44 1A 0 3E 55 1E 10 4B 28
Octal 263 104 32 0 76 125 36 20 113 50
Binary 10110011 1000100 11010 0 111110 1010101 11110 10000 1001011 101000

Color Harmonies of #B3441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3441A

Black with #B3441A

Text Example


Text Example

White with #B3441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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