Html Css Color HEX #BB440D Rust

📋 copy color: '#BB440D'

red 187 ◦ green 68 ◦ blue 13

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

Shades of Rust #BB440D

Tints of Rust #BB440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

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

R = 69.78%
G = 25.37%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB440D (or 0xBB440D) is known color: Rust. HEX triplet: BB, 44 and 0D. RGB value is (187,68,13). Sum of RGB (Red+Green+Blue) = 187+68+13=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB440D is #44BBF2. Grayscale: #616161. Windows color (decimal): -4504563 or 869563. OLE color: 869563.

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

Color convert

RGB 187 68 13 -
CMYK 0 0.64 0.93 0.27
HSL 18.97º 0.87% 0.39% -
HSV(B) 18.97º 0.93% 0.73% -
XYZ 22.63 14.73 2.03 -
YUV 97.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 187 68 13 0 0.64 0.93 0.27 18.97 0.87 0.39
Hex BB 44 D 0 40 5D 1B 13 57 27
Octal 273 104 15 0 100 135 33 23 127 47
Binary 10111011 1000100 1101 0 1000000 1011101 11011 10011 1010111 100111

Color Harmonies of #BB440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB440D

Black with #BB440D

Text Example


Text Example

White with #BB440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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