Html Css Color HEX #B3341B Rust

📋 copy color: '#B3341B'

red 179 ◦ green 52 ◦ blue 27

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

Shades of Rust #B3341B

Tints of Rust #B3341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 69.38%
G = 20.16%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3341B (or 0xB3341B) is known color: Rust. HEX triplet: B3, 34 and 1B. RGB value is (179,52,27). Sum of RGB (Red+Green+Blue) = 179+52+27=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3341B is #4CCBE4. Grayscale: #575757. Windows color (decimal): -5032933 or 1782963. OLE color: 1782963.

HSL color Cylindrical-coordinate representation of color #B3341B: hue angle of 9.87º degrees, saturation: 0.74, 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 #B3341B is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 27 -
CMYK 0 0.71 0.85 0.30
HSL 9.87º 0.74% 0.4% -
HSV(B) 9.87º 0.85% 0.7% -
XYZ 20.02 12.12 2.32 -
YUV 87.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 179 52 27 0 0.71 0.85 0.30 9.87 0.74 0.4
Hex B3 34 1B 0 47 55 1E A 4A 28
Octal 263 64 33 0 107 125 36 12 112 50
Binary 10110011 110100 11011 0 1000111 1010101 11110 1010 1001010 101000

Color Harmonies of #B3341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3341B

Black with #B3341B

Text Example


Text Example

White with #B3341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3341B; }

 p { color: rgb(179,52,27); }

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

background-color css

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

 a { background-color: rgb(179,52,27); }

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

border-color css

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

 span { border-color: rgb(179,52,27); }

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