Html Css Color HEX #BB401D Rust

📋 copy color: '#BB401D'

red 187 ◦ green 64 ◦ blue 29

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

Shades of Rust #BB401D

Tints of Rust #BB401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 66.79%
G = 22.86%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB401D (or 0xBB401D) is known color: Rust. HEX triplet: BB, 40 and 1D. RGB value is (187,64,29). Sum of RGB (Red+Green+Blue) = 187+64+29=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB401D is #44BFE2. Grayscale: #616161. Windows color (decimal): -4505571 or 1917115. OLE color: 1917115.

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

Color convert

RGB 187 64 29 -
CMYK 0 0.66 0.84 0.27
HSL 13.29º 0.73% 0.42% -
HSV(B) 13.29º 0.84% 0.73% -
XYZ 22.55 14.32 2.74 -
YUV 96.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 187 64 29 0 0.66 0.84 0.27 13.29 0.73 0.42
Hex BB 40 1D 0 42 54 1B D 49 2A
Octal 273 100 35 0 102 124 33 15 111 52
Binary 10111011 1000000 11101 0 1000010 1010100 11011 1101 1001001 101010

Color Harmonies of #BB401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB401D

Black with #BB401D

Text Example


Text Example

White with #BB401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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