Html Css Color HEX #B3550C Rust

📋 copy color: '#B3550C'

red 179 ◦ green 85 ◦ blue 12

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

Shades of Rust #B3550C

Tints of Rust #B3550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 12 (5.08% from 255) = 4.35%

R = 64.86%
G = 30.8%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3550C (or 0xB3550C) is known color: Rust. HEX triplet: B3, 55 and 0C. RGB value is (179,85,12). Sum of RGB (Red+Green+Blue) = 179+85+12=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3550C is #4CAAF3. Grayscale: #696969. Windows color (decimal): -5024500 or 808371. OLE color: 808371.

HSL color Cylindrical-coordinate representation of color #B3550C: hue angle of 26.23º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3550C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 12 -
CMYK 0 0.53 0.93 0.30
HSL 26.23º 0.87% 0.37% -
HSV(B) 26.23º 0.93% 0.7% -
XYZ 21.91 16.11 2.3 -
YUV 104.78 75.64 180.94 -
System Red Green Blue C M Y K H S L
Decimal 179 85 12 0 0.53 0.93 0.30 26.23 0.87 0.37
Hex B3 55 C 0 35 5D 1E 1A 57 25
Octal 263 125 14 0 65 135 36 32 127 45
Binary 10110011 1010101 1100 0 110101 1011101 11110 11010 1010111 100101

Color Harmonies of #B3550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3550C

Black with #B3550C

Text Example


Text Example

White with #B3550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3550C; }

 p { color: rgb(179,85,12); }

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

background-color css

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

 a { background-color: rgb(179,85,12); }

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

border-color css

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

 span { border-color: rgb(179,85,12); }

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