Html Css Color HEX #BB350C Rust

📋 copy color: '#BB350C'

red 187 ◦ green 53 ◦ blue 12

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

Shades of Rust #BB350C

Tints of Rust #BB350C

RGB

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

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

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

R = 74.21%
G = 21.03%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB350C (or 0xBB350C) is known color: Rust. HEX triplet: BB, 35 and 0C. RGB value is (187,53,12). Sum of RGB (Red+Green+Blue) = 187+53+12=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB350C is #44CAF3. Grayscale: #585858. Windows color (decimal): -4508404 or 800187. OLE color: 800187.

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

Color convert

RGB 187 53 12 -
CMYK 0 0.72 0.94 0.27
HSL 14.06º 0.88% 0.39% -
HSV(B) 14.06º 0.94% 0.73% -
XYZ 21.83 13.14 1.73 -
YUV 88.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 187 53 12 0 0.72 0.94 0.27 14.06 0.88 0.39
Hex BB 35 C 0 48 5E 1B E 58 27
Octal 273 65 14 0 110 136 33 16 130 47
Binary 10111011 110101 1100 0 1001000 1011110 11011 1110 1011000 100111

Color Harmonies of #BB350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB350C

Black with #BB350C

Text Example


Text Example

White with #BB350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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