Html Css Color HEX #BB401B Rust

📋 copy color: '#BB401B'

red 187 ◦ green 64 ◦ blue 27

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

Shades of Rust #BB401B

Tints of Rust #BB401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 67.27%
G = 23.02%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB401B (or 0xBB401B) is known color: Rust. HEX triplet: BB, 40 and 1B. RGB value is (187,64,27). Sum of RGB (Red+Green+Blue) = 187+64+27=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB401B is #44BFE4. Grayscale: #606060. Windows color (decimal): -4505573 or 1786043. OLE color: 1786043.

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

Color convert

RGB 187 64 27 -
CMYK 0 0.66 0.86 0.27
HSL 13.88º 0.75% 0.42% -
HSV(B) 13.88º 0.86% 0.73% -
XYZ 22.52 14.31 2.61 -
YUV 96.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 187 64 27 0 0.66 0.86 0.27 13.88 0.75 0.42
Hex BB 40 1B 0 42 56 1B E 4B 2A
Octal 273 100 33 0 102 126 33 16 113 52
Binary 10111011 1000000 11011 0 1000010 1010110 11011 1110 1001011 101010

Color Harmonies of #BB401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB401B

Black with #BB401B

Text Example


Text Example

White with #BB401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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