Html Css Color HEX #BB3812 Rust

📋 copy color: '#BB3812'

red 187 ◦ green 56 ◦ blue 18

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

Shades of Rust #BB3812

Tints of Rust #BB3812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.46%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 71.65%
G = 21.46%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3812 (or 0xBB3812) is known color: Rust. HEX triplet: BB, 38 and 12. RGB value is (187,56,18). Sum of RGB (Red+Green+Blue) = 187+56+18=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3812 is #44C7ED. Grayscale: #5B5B5B. Windows color (decimal): -4507630 or 1194171. OLE color: 1194171.

HSL color Cylindrical-coordinate representation of color #BB3812: hue angle of 13.49º 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 #BB3812 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 18 -
CMYK 0 0.70 0.90 0.27
HSL 13.49º 0.82% 0.4% -
HSV(B) 13.49º 0.9% 0.73% -
XYZ 22.02 13.44 2.01 -
YUV 90.84 86.9 196.59 -
System Red Green Blue C M Y K H S L
Decimal 187 56 18 0 0.70 0.90 0.27 13.49 0.82 0.4
Hex BB 38 12 0 46 5A 1B D 52 28
Octal 273 70 22 0 106 132 33 15 122 50
Binary 10111011 111000 10010 0 1000110 1011010 11011 1101 1010010 101000

Color Harmonies of #BB3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3812

Black with #BB3812

Text Example


Text Example

White with #BB3812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3812; }

 p { color: rgb(187,56,18); }

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

background-color css

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

 a { background-color: rgb(187,56,18); }

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

border-color css

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

 span { border-color: rgb(187,56,18); }

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