Html Css Color HEX #B3350E Rust

📋 copy color: '#B3350E'

red 179 ◦ green 53 ◦ blue 14

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

Shades of Rust #B3350E

Tints of Rust #B3350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 72.76%
G = 21.54%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3350E (or 0xB3350E) is known color: Rust. HEX triplet: B3, 35 and 0E. RGB value is (179,53,14). Sum of RGB (Red+Green+Blue) = 179+53+14=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3350E is #4CCAF1. Grayscale: #565656. Windows color (decimal): -5032690 or 931251. OLE color: 931251.

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

Color convert

RGB 179 53 14 -
CMYK 0 0.70 0.92 0.30
HSL 14.18º 0.85% 0.38% -
HSV(B) 14.18º 0.92% 0.7% -
XYZ 19.94 12.16 1.71 -
YUV 86.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 179 53 14 0 0.70 0.92 0.30 14.18 0.85 0.38
Hex B3 35 E 0 46 5C 1E E 55 26
Octal 263 65 16 0 106 134 36 16 125 46
Binary 10110011 110101 1110 0 1000110 1011100 11110 1110 1010101 100110

Color Harmonies of #B3350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3350E

Black with #B3350E

Text Example


Text Example

White with #B3350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3350E; }

 p { color: rgb(179,53,14); }

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

background-color css

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

 a { background-color: rgb(179,53,14); }

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

border-color css

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

 span { border-color: rgb(179,53,14); }

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