Html Css Color HEX #BB380D Rust

📋 copy color: '#BB380D'

red 187 ◦ green 56 ◦ blue 13

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

Shades of Rust #BB380D

Tints of Rust #BB380D

RGB

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

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

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

R = 73.05%
G = 21.88%
B = 5.08%

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

#BB380D (or 0xBB380D) is known color: Rust. HEX triplet: BB, 38 and 0D. RGB value is (187,56,13). Sum of RGB (Red+Green+Blue) = 187+56+13=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB380D is #44C7F2. Grayscale: #5A5A5A. Windows color (decimal): -4507635 or 866491. OLE color: 866491.

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

Color convert

RGB 187 56 13 -
CMYK 0 0.70 0.93 0.27
HSL 14.83º 0.87% 0.39% -
HSV(B) 14.83º 0.93% 0.73% -
XYZ 21.98 13.42 1.81 -
YUV 90.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 187 56 13 0 0.70 0.93 0.27 14.83 0.87 0.39
Hex BB 38 D 0 46 5D 1B F 57 27
Octal 273 70 15 0 106 135 33 17 127 47
Binary 10111011 111000 1101 0 1000110 1011101 11011 1111 1010111 100111

Color Harmonies of #BB380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB380D

Black with #BB380D

Text Example


Text Example

White with #BB380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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