Html Css Color HEX #BB3E13 Rust

📋 copy color: '#BB3E13'

red 187 ◦ green 62 ◦ blue 19

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

Shades of Rust #BB3E13

Tints of Rust #BB3E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 69.78%
G = 23.13%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3E13 (or 0xBB3E13) is known color: Rust. HEX triplet: BB, 3E and 13. RGB value is (187,62,19). Sum of RGB (Red+Green+Blue) = 187+62+19=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E13 is #44C1EC. Grayscale: #5E5E5E. Windows color (decimal): -4506093 or 1261243. OLE color: 1261243.

HSL color Cylindrical-coordinate representation of color #BB3E13: hue angle of 15.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3E13 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 62 19 -
CMYK 0 0.67 0.90 0.27
HSL 15.36º 0.82% 0.4% -
HSV(B) 15.36º 0.9% 0.73% -
XYZ 22.33 14.06 2.15 -
YUV 94.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 187 62 19 0 0.67 0.90 0.27 15.36 0.82 0.4
Hex BB 3E 13 0 43 5A 1B F 52 28
Octal 273 76 23 0 103 132 33 17 122 50
Binary 10111011 111110 10011 0 1000011 1011010 11011 1111 1010010 101000

Color Harmonies of #BB3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E13

Black with #BB3E13

Text Example


Text Example

White with #BB3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E13; }

 p { color: rgb(187,62,19); }

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

background-color css

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

 a { background-color: rgb(187,62,19); }

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

border-color css

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

 span { border-color: rgb(187,62,19); }

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