Html Css Color HEX #BB380E Rust

📋 copy color: '#BB380E'

red 187 ◦ green 56 ◦ blue 14

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

Shades of Rust #BB380E

Tints of Rust #BB380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 72.76%
G = 21.79%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB380E (or 0xBB380E) is known color: Rust. HEX triplet: BB, 38 and 0E. RGB value is (187,56,14). Sum of RGB (Red+Green+Blue) = 187+56+14=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB380E is #44C7F1. Grayscale: #5A5A5A. Windows color (decimal): -4507634 or 932027. OLE color: 932027.

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

Color convert

RGB 187 56 14 -
CMYK 0 0.70 0.93 0.27
HSL 14.57º 0.86% 0.39% -
HSV(B) 14.57º 0.93% 0.73% -
XYZ 21.99 13.42 1.85 -
YUV 90.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 187 56 14 0 0.70 0.93 0.27 14.57 0.86 0.39
Hex BB 38 E 0 46 5D 1B F 56 27
Octal 273 70 16 0 106 135 33 17 126 47
Binary 10111011 111000 1110 0 1000110 1011101 11011 1111 1010110 100111

Color Harmonies of #BB380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB380E

Black with #BB380E

Text Example


Text Example

White with #BB380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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