Html Css Color HEX #BB2A1B Fire Brick

📋 copy color: '#BB2A1B'

red 187 ◦ green 42 ◦ blue 27

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

Shades of Fire Brick #BB2A1B

Tints of Fire Brick #BB2A1B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.41%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 73.05%
G = 16.41%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB2A1B (or 0xBB2A1B) is known color: Fire Brick. HEX triplet: BB, 2A and 1B. RGB value is (187,42,27). Sum of RGB (Red+Green+Blue) = 187+42+27=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A1B is #44D5E4. Grayscale: #535353. Windows color (decimal): -4511205 or 1780411. OLE color: 1780411.

HSL color Cylindrical-coordinate representation of color #BB2A1B: hue angle of 5.62º degrees, saturation: 0.75, 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 #BB2A1B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 27 -
CMYK 0 0.78 0.86 0.27
HSL 5.63º 0.75% 0.42% -
HSV(B) 5.63º 0.86% 0.73% -
XYZ 21.52 12.3 2.28 -
YUV 83.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 187 42 27 0 0.78 0.86 0.27 5.63 0.75 0.42
Hex BB 2A 1B 0 4E 56 1B 6 4B 2A
Octal 273 52 33 0 116 126 33 6 113 52
Binary 10111011 101010 11011 0 1001110 1010110 11011 110 1001011 101010

Color Harmonies of #BB2A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A1B

Black with #BB2A1B

Text Example


Text Example

White with #BB2A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A1B; }

 p { color: rgb(187,42,27); }

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

background-color css

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

 a { background-color: rgb(187,42,27); }

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

border-color css

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

 span { border-color: rgb(187,42,27); }

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