Html Css Color HEX #BB380F Rust

📋 copy color: '#BB380F'

red 187 ◦ green 56 ◦ blue 15

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

Shades of Rust #BB380F

Tints of Rust #BB380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 72.48%
G = 21.71%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB380F (or 0xBB380F) is known color: Rust. HEX triplet: BB, 38 and 0F. RGB value is (187,56,15). Sum of RGB (Red+Green+Blue) = 187+56+15=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB380F is #44C7F0. Grayscale: #5A5A5A. Windows color (decimal): -4507633 or 997563. OLE color: 997563.

HSL color Cylindrical-coordinate representation of color #BB380F: hue angle of 14.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB380F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 15 -
CMYK 0 0.70 0.92 0.27
HSL 14.3º 0.85% 0.4% -
HSV(B) 14.3º 0.92% 0.73% -
XYZ 21.99 13.43 1.88 -
YUV 90.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 187 56 15 0 0.70 0.92 0.27 14.3 0.85 0.4
Hex BB 38 F 0 46 5C 1B E 55 28
Octal 273 70 17 0 106 134 33 16 125 50
Binary 10111011 111000 1111 0 1000110 1011100 11011 1110 1010101 101000

Color Harmonies of #BB380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB380F

Black with #BB380F

Text Example


Text Example

White with #BB380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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