Html Css Color HEX #BB4401 Rust

📋 copy color: '#BB4401'

red 187 ◦ green 68 ◦ blue 1

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

Shades of Rust #BB4401

Tints of Rust #BB4401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 73.05%
G = 26.56%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB4401 (or 0xBB4401) is known color: Rust. HEX triplet: BB, 44 and 01. RGB value is (187,68,1). Sum of RGB (Red+Green+Blue) = 187+68+1=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4401 is #44BBFE. Grayscale: #606060. Windows color (decimal): -4504575 or 83131. OLE color: 83131.

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

Color convert

RGB 187 68 1 -
CMYK 0 0.64 0.99 0.27
HSL 21.61º 0.99% 0.37% -
HSV(B) 21.61º 0.99% 0.73% -
XYZ 22.57 14.7 1.68 -
YUV 95.94 74.42 192.95 -
System Red Green Blue C M Y K H S L
Decimal 187 68 1 0 0.64 0.99 0.27 21.61 0.99 0.37
Hex BB 44 1 0 40 63 1B 16 63 25
Octal 273 104 1 0 100 143 33 26 143 45
Binary 10111011 1000100 1 0 1000000 1100011 11011 10110 1100011 100101

Color Harmonies of #BB4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4401

Black with #BB4401

Text Example


Text Example

White with #BB4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4401; }

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

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

background-color css

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

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

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

border-color css

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

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

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