Html Css Color HEX #BB401E Rust

📋 copy color: '#BB401E'

red 187 ◦ green 64 ◦ blue 30

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

Shades of Rust #BB401E

Tints of Rust #BB401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 66.55%
G = 22.78%
B = 10.68%

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

#BB401E (or 0xBB401E) is known color: Rust. HEX triplet: BB, 40 and 1E. RGB value is (187,64,30). Sum of RGB (Red+Green+Blue) = 187+64+30=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB401E is #44BFE1. Grayscale: #616161. Windows color (decimal): -4505570 or 1982651. OLE color: 1982651.

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

Color convert

RGB 187 64 30 -
CMYK 0 0.66 0.84 0.27
HSL 12.99º 0.72% 0.43% -
HSV(B) 12.99º 0.84% 0.73% -
XYZ 22.56 14.33 2.8 -
YUV 96.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 187 64 30 0 0.66 0.84 0.27 12.99 0.72 0.43
Hex BB 40 1E 0 42 54 1B D 48 2B
Octal 273 100 36 0 102 124 33 15 110 53
Binary 10111011 1000000 11110 0 1000010 1010100 11011 1101 1001000 101011

Color Harmonies of #BB401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB401E

Black with #BB401E

Text Example


Text Example

White with #BB401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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