Html Css Color HEX #B3401C Rust

📋 copy color: '#B3401C'

red 179 ◦ green 64 ◦ blue 28

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

Shades of Rust #B3401C

Tints of Rust #B3401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 66.05%
G = 23.62%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3401C (or 0xB3401C) is known color: Rust. HEX triplet: B3, 40 and 1C. RGB value is (179,64,28). Sum of RGB (Red+Green+Blue) = 179+64+28=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B3401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3401C is #4CBFE3. Grayscale: #5E5E5E. Windows color (decimal): -5029860 or 1851571. OLE color: 1851571.

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

Color convert

RGB 179 64 28 -
CMYK 0 0.64 0.84 0.30
HSL 14.3º 0.73% 0.41% -
HSV(B) 14.3º 0.84% 0.7% -
XYZ 20.63 13.33 2.58 -
YUV 94.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 179 64 28 0 0.64 0.84 0.30 14.3 0.73 0.41
Hex B3 40 1C 0 40 54 1E E 49 29
Octal 263 100 34 0 100 124 36 16 111 51
Binary 10110011 1000000 11100 0 1000000 1010100 11110 1110 1001001 101001

Color Harmonies of #B3401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3401C

Black with #B3401C

Text Example


Text Example

White with #B3401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3401C; }

 p { color: rgb(179,64,28); }

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

background-color css

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

 a { background-color: rgb(179,64,28); }

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

border-color css

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

 span { border-color: rgb(179,64,28); }

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