Html Css Color HEX #BB340D Rust

📋 copy color: '#BB340D'

red 187 ◦ green 52 ◦ blue 13

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

Shades of Rust #BB340D

Tints of Rust #BB340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 74.21%
G = 20.63%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB340D (or 0xBB340D) is known color: Rust. HEX triplet: BB, 34 and 0D. RGB value is (187,52,13). Sum of RGB (Red+Green+Blue) = 187+52+13=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB340D is #44CBF2. Grayscale: #585858. Windows color (decimal): -4508659 or 865467. OLE color: 865467.

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

Color convert

RGB 187 52 13 -
CMYK 0 0.72 0.93 0.27
HSL 13.45º 0.87% 0.39% -
HSV(B) 13.45º 0.93% 0.73% -
XYZ 21.79 13.05 1.75 -
YUV 87.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 187 52 13 0 0.72 0.93 0.27 13.45 0.87 0.39
Hex BB 34 D 0 48 5D 1B D 57 27
Octal 273 64 15 0 110 135 33 15 127 47
Binary 10111011 110100 1101 0 1001000 1011101 11011 1101 1010111 100111

Color Harmonies of #BB340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB340D

Black with #BB340D

Text Example


Text Example

White with #BB340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB340D; }

 p { color: rgb(187,52,13); }

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

background-color css

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

 a { background-color: rgb(187,52,13); }

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

border-color css

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

 span { border-color: rgb(187,52,13); }

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