Html Css Color HEX #BB3C0F Rust

📋 copy color: '#BB3C0F'

red 187 ◦ green 60 ◦ blue 15

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

Shades of Rust #BB3C0F

Tints of Rust #BB3C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.9%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 71.37%
G = 22.9%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB3C0F (or 0xBB3C0F) is known color: Rust. HEX triplet: BB, 3C and 0F. RGB value is (187,60,15). Sum of RGB (Red+Green+Blue) = 187+60+15=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3C0F is #44C3F0. Grayscale: #5D5D5D. Windows color (decimal): -4506609 or 998587. OLE color: 998587.

HSL color Cylindrical-coordinate representation of color #BB3C0F: hue angle of 15.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB3C0F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 15 -
CMYK 0 0.68 0.92 0.27
HSL 15.7º 0.85% 0.4% -
HSV(B) 15.7º 0.92% 0.73% -
XYZ 22.2 13.83 1.95 -
YUV 92.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 187 60 15 0 0.68 0.92 0.27 15.7 0.85 0.4
Hex BB 3C F 0 44 5C 1B 10 55 28
Octal 273 74 17 0 104 134 33 20 125 50
Binary 10111011 111100 1111 0 1000100 1011100 11011 10000 1010101 101000

Color Harmonies of #BB3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C0F

Black with #BB3C0F

Text Example


Text Example

White with #BB3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C0F; }

 p { color: rgb(187,60,15); }

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

background-color css

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

 a { background-color: rgb(187,60,15); }

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

border-color css

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

 span { border-color: rgb(187,60,15); }

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