Html Css Color HEX #B3421C Rust

📋 copy color: '#B3421C'

red 179 ◦ green 66 ◦ blue 28

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

Shades of Rust #B3421C

Tints of Rust #B3421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 65.57%
G = 24.18%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3421C (or 0xB3421C) is known color: Rust. HEX triplet: B3, 42 and 1C. RGB value is (179,66,28). Sum of RGB (Red+Green+Blue) = 179+66+28=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3421C is #4CBDE3. Grayscale: #5F5F5F. Windows color (decimal): -5029348 or 1852083. OLE color: 1852083.

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

Color convert

RGB 179 66 28 -
CMYK 0 0.63 0.84 0.30
HSL 15.1º 0.73% 0.41% -
HSV(B) 15.1º 0.84% 0.7% -
XYZ 20.75 13.56 2.62 -
YUV 95.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 179 66 28 0 0.63 0.84 0.30 15.1 0.73 0.41
Hex B3 42 1C 0 3F 54 1E F 49 29
Octal 263 102 34 0 77 124 36 17 111 51
Binary 10110011 1000010 11100 0 111111 1010100 11110 1111 1001001 101001

Color Harmonies of #B3421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3421C

Black with #B3421C

Text Example


Text Example

White with #B3421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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