Html Css Color HEX #BB441D Rust

📋 copy color: '#BB441D'

red 187 ◦ green 68 ◦ blue 29

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

Shades of Rust #BB441D

Tints of Rust #BB441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 65.85%
G = 23.94%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB441D (or 0xBB441D) is known color: Rust. HEX triplet: BB, 44 and 1D. RGB value is (187,68,29). Sum of RGB (Red+Green+Blue) = 187+68+29=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB441D is #44BBE2. Grayscale: #636363. Windows color (decimal): -4504547 or 1918139. OLE color: 1918139.

HSL color Cylindrical-coordinate representation of color #BB441D: hue angle of 14.81º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB441D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 29 -
CMYK 0 0.64 0.84 0.27
HSL 14.81º 0.73% 0.42% -
HSV(B) 14.81º 0.84% 0.73% -
XYZ 22.78 14.79 2.82 -
YUV 99.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 187 68 29 0 0.64 0.84 0.27 14.81 0.73 0.42
Hex BB 44 1D 0 40 54 1B F 49 2A
Octal 273 104 35 0 100 124 33 17 111 52
Binary 10111011 1000100 11101 0 1000000 1010100 11011 1111 1001001 101010

Color Harmonies of #BB441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB441D

Black with #BB441D

Text Example


Text Example

White with #BB441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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