Html Css Color HEX #BB4005 Rust

📋 copy color: '#BB4005'

red 187 ◦ green 64 ◦ blue 5

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

Shades of Rust #BB4005

Tints of Rust #BB4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 73.05%
G = 25%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB4005 (or 0xBB4005) is known color: Rust. HEX triplet: BB, 40 and 05. RGB value is (187,64,5). Sum of RGB (Red+Green+Blue) = 187+64+5=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4005 is #44BFFA. Grayscale: #5E5E5E. Windows color (decimal): -4505595 or 344251. OLE color: 344251.

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

Color convert

RGB 187 64 5 -
CMYK 0 0.66 0.97 0.27
HSL 19.45º 0.95% 0.38% -
HSV(B) 19.45º 0.97% 0.73% -
XYZ 22.35 14.24 1.71 -
YUV 94.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 187 64 5 0 0.66 0.97 0.27 19.45 0.95 0.38
Hex BB 40 5 0 42 61 1B 13 5F 26
Octal 273 100 5 0 102 141 33 23 137 46
Binary 10111011 1000000 101 0 1000010 1100001 11011 10011 1011111 100110

Color Harmonies of #BB4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4005

Black with #BB4005

Text Example


Text Example

White with #BB4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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