Html Css Color HEX #BB3D19 Rust

📋 copy color: '#BB3D19'

red 187 ◦ green 61 ◦ blue 25

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

Shades of Rust #BB3D19

Tints of Rust #BB3D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 68.5%
G = 22.34%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB3D19 (or 0xBB3D19) is known color: Rust. HEX triplet: BB, 3D and 19. RGB value is (187,61,25). Sum of RGB (Red+Green+Blue) = 187+61+25=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D19 is #44C2E6. Grayscale: #5E5E5E. Windows color (decimal): -4506343 or 1654203. OLE color: 1654203.

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

Color convert

RGB 187 61 25 -
CMYK 0 0.67 0.87 0.27
HSL 13.33º 0.76% 0.42% -
HSV(B) 13.33º 0.87% 0.73% -
XYZ 22.34 13.97 2.44 -
YUV 94.57 88.74 193.93 -
System Red Green Blue C M Y K H S L
Decimal 187 61 25 0 0.67 0.87 0.27 13.33 0.76 0.42
Hex BB 3D 19 0 43 57 1B D 4C 2A
Octal 273 75 31 0 103 127 33 15 114 52
Binary 10111011 111101 11001 0 1000011 1010111 11011 1101 1001100 101010

Color Harmonies of #BB3D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3D19

Black with #BB3D19

Text Example


Text Example

White with #BB3D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3D19; }

 p { color: rgb(187,61,25); }

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

background-color css

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

 a { background-color: rgb(187,61,25); }

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

border-color css

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

 span { border-color: rgb(187,61,25); }

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