Html Css Color HEX #BB3103 Rust

📋 copy color: '#BB3103'

red 187 ◦ green 49 ◦ blue 3

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

Shades of Rust #BB3103

Tints of Rust #BB3103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 78.24%
G = 20.5%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB3103 (or 0xBB3103) is known color: Rust. HEX triplet: BB, 31 and 03. RGB value is (187,49,3). Sum of RGB (Red+Green+Blue) = 187+49+3=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3103 is #44CEFC. Grayscale: #555555. Windows color (decimal): -4509437 or 209339. OLE color: 209339.

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

Color convert

RGB 187 49 3 -
CMYK 0 0.74 0.98 0.27
HSL 15º 0.97% 0.37% -
HSV(B) 15º 0.98% 0.73% -
XYZ 21.61 12.77 1.41 -
YUV 85.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 187 49 3 0 0.74 0.98 0.27 15 0.97 0.37
Hex BB 31 3 0 4A 62 1B F 61 25
Octal 273 61 3 0 112 142 33 17 141 45
Binary 10111011 110001 11 0 1001010 1100010 11011 1111 1100001 100101

Color Harmonies of #BB3103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3103

Black with #BB3103

Text Example


Text Example

White with #BB3103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3103; }

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

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

background-color css

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

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

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

border-color css

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

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

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