Html Css Color HEX #BB4403 Rust

📋 copy color: '#BB4403'

red 187 ◦ green 68 ◦ blue 3

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

Shades of Rust #BB4403

Tints of Rust #BB4403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 72.48%
G = 26.36%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB4403 (or 0xBB4403) is known color: Rust. HEX triplet: BB, 44 and 03. RGB value is (187,68,3). Sum of RGB (Red+Green+Blue) = 187+68+3=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4403 is #44BBFC. Grayscale: #606060. Windows color (decimal): -4504573 or 214203. OLE color: 214203.

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

Color convert

RGB 187 68 3 -
CMYK 0 0.64 0.98 0.27
HSL 21.2º 0.97% 0.37% -
HSV(B) 21.2º 0.98% 0.73% -
XYZ 22.58 14.71 1.73 -
YUV 96.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 187 68 3 0 0.64 0.98 0.27 21.2 0.97 0.37
Hex BB 44 3 0 40 62 1B 15 61 25
Octal 273 104 3 0 100 142 33 25 141 45
Binary 10111011 1000100 11 0 1000000 1100010 11011 10101 1100001 100101

Color Harmonies of #BB4403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4403

Black with #BB4403

Text Example


Text Example

White with #BB4403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4403; }

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

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

background-color css

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

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

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

border-color css

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

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

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