Html Css Color HEX #BB1D1A Fire Brick

📋 copy color: '#BB1D1A'

red 187 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #BB1D1A

Tints of Fire Brick #BB1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 77.27%
G = 11.98%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB1D1A (or 0xBB1D1A) is known color: Fire Brick. HEX triplet: BB, 1D and 1A. RGB value is (187,29,26). Sum of RGB (Red+Green+Blue) = 187+29+26=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D1A is #44E2E5. Grayscale: #4C4C4C. Windows color (decimal): -4514534 or 1711547. OLE color: 1711547.

HSL color Cylindrical-coordinate representation of color #BB1D1A: hue angle of 1.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1D1A is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 29 26 -
CMYK 0 0.84 0.86 0.27
HSL 1.12º 0.76% 0.42% -
HSV(B) 1.12º 0.86% 0.73% -
XYZ 21.12 11.52 2.09 -
YUV 75.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 187 29 26 0 0.84 0.86 0.27 1.12 0.76 0.42
Hex BB 1D 1A 0 54 56 1B 1 4C 2A
Octal 273 35 32 0 124 126 33 1 114 52
Binary 10111011 11101 11010 0 1010100 1010110 11011 1 1001100 101010

Color Harmonies of #BB1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D1A

Black with #BB1D1A

Text Example


Text Example

White with #BB1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D1A; }

 p { color: rgb(187,29,26); }

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

background-color css

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

 a { background-color: rgb(187,29,26); }

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

border-color css

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

 span { border-color: rgb(187,29,26); }

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