Html Css Color HEX #BB350B Rust

📋 copy color: '#BB350B'

red 187 ◦ green 53 ◦ blue 11

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

Shades of Rust #BB350B

Tints of Rust #BB350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 74.5%
G = 21.12%
B = 4.38%

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

#BB350B (or 0xBB350B) is known color: Rust. HEX triplet: BB, 35 and 0B. RGB value is (187,53,11). Sum of RGB (Red+Green+Blue) = 187+53+11=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB350B is #44CAF4. Grayscale: #585858. Windows color (decimal): -4508405 or 734651. OLE color: 734651.

HSL color Cylindrical-coordinate representation of color #BB350B: hue angle of 14.32º degrees, saturation: 0.89, 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 #BB350B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 11 -
CMYK 0 0.72 0.94 0.27
HSL 14.32º 0.89% 0.39% -
HSV(B) 14.32º 0.94% 0.73% -
XYZ 21.83 13.14 1.7 -
YUV 88.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 187 53 11 0 0.72 0.94 0.27 14.32 0.89 0.39
Hex BB 35 B 0 48 5E 1B E 59 27
Octal 273 65 13 0 110 136 33 16 131 47
Binary 10111011 110101 1011 0 1001000 1011110 11011 1110 1011001 100111

Color Harmonies of #BB350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB350B

Black with #BB350B

Text Example


Text Example

White with #BB350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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