Html Css Color HEX #BB370E Rust

📋 copy color: '#BB370E'

red 187 ◦ green 55 ◦ blue 14

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

Shades of Rust #BB370E

Tints of Rust #BB370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 73.05%
G = 21.48%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB370E (or 0xBB370E) is known color: Rust. HEX triplet: BB, 37 and 0E. RGB value is (187,55,14). Sum of RGB (Red+Green+Blue) = 187+55+14=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB370E is #44C8F1. Grayscale: #5A5A5A. Windows color (decimal): -4507890 or 931771. OLE color: 931771.

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

Color convert

RGB 187 55 14 -
CMYK 0 0.71 0.93 0.27
HSL 14.22º 0.86% 0.39% -
HSV(B) 14.22º 0.93% 0.73% -
XYZ 21.94 13.33 1.83 -
YUV 89.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 187 55 14 0 0.71 0.93 0.27 14.22 0.86 0.39
Hex BB 37 E 0 47 5D 1B E 56 27
Octal 273 67 16 0 107 135 33 16 126 47
Binary 10111011 110111 1110 0 1000111 1011101 11011 1110 1010110 100111

Color Harmonies of #BB370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB370E

Black with #BB370E

Text Example


Text Example

White with #BB370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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