Html Css Color HEX #BB3129 Fire Brick

📋 copy color: '#BB3129'

red 187 ◦ green 49 ◦ blue 41

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

Shades of Fire Brick #BB3129

Tints of Fire Brick #BB3129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.8%

R = 67.51%
G = 17.69%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB3129 (or 0xBB3129) is known color: Fire Brick. HEX triplet: BB, 31 and 29. RGB value is (187,49,41). Sum of RGB (Red+Green+Blue) = 187+49+41=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3129 is #44CED6. Grayscale: #595959. Windows color (decimal): -4509399 or 2699707. OLE color: 2699707.

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

Color convert

RGB 187 49 41 -
CMYK 0 0.74 0.78 0.27
HSL 3.29º 0.64% 0.45% -
HSV(B) 3.29º 0.78% 0.73% -
XYZ 21.99 12.92 3.43 -
YUV 89.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 187 49 41 0 0.74 0.78 0.27 3.29 0.64 0.45
Hex BB 31 29 0 4A 4E 1B 3 40 2D
Octal 273 61 51 0 112 116 33 3 100 55
Binary 10111011 110001 101001 0 1001010 1001110 11011 11 1000000 101101

Color Harmonies of #BB3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3129

Black with #BB3129

Text Example


Text Example

White with #BB3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3129; }

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

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

background-color css

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

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

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

border-color css

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

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

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