Html Css Color HEX #BB4503 Rust

📋 copy color: '#BB4503'

red 187 ◦ green 69 ◦ blue 3

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

Shades of Rust #BB4503

Tints of Rust #BB4503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 72.2%
G = 26.64%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB4503 (or 0xBB4503) is known color: Rust. HEX triplet: BB, 45 and 03. RGB value is (187,69,3). Sum of RGB (Red+Green+Blue) = 187+69+3=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4503 is #44BAFC. Grayscale: #616161. Windows color (decimal): -4504317 or 214459. OLE color: 214459.

HSL color Cylindrical-coordinate representation of color #BB4503: hue angle of 21.52º 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 #BB4503 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 3 -
CMYK 0 0.63 0.98 0.27
HSL 21.52º 0.97% 0.37% -
HSV(B) 21.52º 0.98% 0.73% -
XYZ 22.64 14.83 1.76 -
YUV 96.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 187 69 3 0 0.63 0.98 0.27 21.52 0.97 0.37
Hex BB 45 3 0 3F 62 1B 16 61 25
Octal 273 105 3 0 77 142 33 26 141 45
Binary 10111011 1000101 11 0 111111 1100010 11011 10110 1100001 100101

Color Harmonies of #BB4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4503

Black with #BB4503

Text Example


Text Example

White with #BB4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4503; }

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

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

background-color css

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

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

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

border-color css

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

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

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