Html Css Color HEX #BB3C1D Rust

📋 copy color: '#BB3C1D'

red 187 ◦ green 60 ◦ blue 29

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

Shades of Rust #BB3C1D

Tints of Rust #BB3C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 67.75%
G = 21.74%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB3C1D (or 0xBB3C1D) is known color: Rust. HEX triplet: BB, 3C and 1D. RGB value is (187,60,29). Sum of RGB (Red+Green+Blue) = 187+60+29=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C1D is #44C3E2. Grayscale: #5E5E5E. Windows color (decimal): -4506595 or 1916091. OLE color: 1916091.

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

Color convert

RGB 187 60 29 -
CMYK 0 0.68 0.84 0.27
HSL 11.77º 0.73% 0.42% -
HSV(B) 11.77º 0.84% 0.73% -
XYZ 22.33 13.89 2.67 -
YUV 94.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 187 60 29 0 0.68 0.84 0.27 11.77 0.73 0.42
Hex BB 3C 1D 0 44 54 1B C 49 2A
Octal 273 74 35 0 104 124 33 14 111 52
Binary 10111011 111100 11101 0 1000100 1010100 11011 1100 1001001 101010

Color Harmonies of #BB3C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C1D

Black with #BB3C1D

Text Example


Text Example

White with #BB3C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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