Html Css Color HEX #BB350E Rust

📋 copy color: '#BB350E'

red 187 ◦ green 53 ◦ blue 14

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

Shades of Rust #BB350E

Tints of Rust #BB350E

RGB

 RED value IS 187 (73.44% from 255) = 73.62%

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

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

R = 73.62%
G = 20.87%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB350E (or 0xBB350E) is known color: Rust. HEX triplet: BB, 35 and 0E. RGB value is (187,53,14). Sum of RGB (Red+Green+Blue) = 187+53+14=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB350E is #44CAF1. Grayscale: #585858. Windows color (decimal): -4508402 or 931259. OLE color: 931259.

HSL color Cylindrical-coordinate representation of color #BB350E: hue angle of 13.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB350E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 14 -
CMYK 0 0.72 0.93 0.27
HSL 13.53º 0.86% 0.39% -
HSV(B) 13.53º 0.93% 0.73% -
XYZ 21.85 13.14 1.8 -
YUV 88.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 187 53 14 0 0.72 0.93 0.27 13.53 0.86 0.39
Hex BB 35 E 0 48 5D 1B E 56 27
Octal 273 65 16 0 110 135 33 16 126 47
Binary 10111011 110101 1110 0 1001000 1011101 11011 1110 1010110 100111

Color Harmonies of #BB350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB350E

Black with #BB350E

Text Example


Text Example

White with #BB350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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