Html Css Color HEX #BB4603 Rust

📋 copy color: '#BB4603'

red 187 ◦ green 70 ◦ blue 3

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

Shades of Rust #BB4603

Tints of Rust #BB4603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 71.92%
G = 26.92%
B = 1.15%

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

#BB4603 (or 0xBB4603) is known color: Rust. HEX triplet: BB, 46 and 03. RGB value is (187,70,3). Sum of RGB (Red+Green+Blue) = 187+70+3=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4603 is #44B9FC. Grayscale: #616161. Windows color (decimal): -4504061 or 214715. OLE color: 214715.

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

Color convert

RGB 187 70 3 -
CMYK 0 0.63 0.98 0.27
HSL 21.85º 0.97% 0.37% -
HSV(B) 21.85º 0.98% 0.73% -
XYZ 22.7 14.95 1.78 -
YUV 97.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 187 70 3 0 0.63 0.98 0.27 21.85 0.97 0.37
Hex BB 46 3 0 3F 62 1B 16 61 25
Octal 273 106 3 0 77 142 33 26 141 45
Binary 10111011 1000110 11 0 111111 1100010 11011 10110 1100001 100101

Color Harmonies of #BB4603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4603

Black with #BB4603

Text Example


Text Example

White with #BB4603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4603; }

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

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

background-color css

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

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

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

border-color css

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

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

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