Html Css Color HEX #BB2A1D Fire Brick

📋 copy color: '#BB2A1D'

red 187 ◦ green 42 ◦ blue 29

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

Shades of Fire Brick #BB2A1D

Tints of Fire Brick #BB2A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 72.48%
G = 16.28%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB2A1D (or 0xBB2A1D) is known color: Fire Brick. HEX triplet: BB, 2A and 1D. RGB value is (187,42,29). Sum of RGB (Red+Green+Blue) = 187+42+29=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A1D is #44D5E2. Grayscale: #545454. Windows color (decimal): -4511203 or 1911483. OLE color: 1911483.

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

Color convert

RGB 187 42 29 -
CMYK 0 0.78 0.84 0.27
HSL 4.94º 0.73% 0.42% -
HSV(B) 4.94º 0.84% 0.73% -
XYZ 21.54 12.31 2.4 -
YUV 83.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 187 42 29 0 0.78 0.84 0.27 4.94 0.73 0.42
Hex BB 2A 1D 0 4E 54 1B 5 49 2A
Octal 273 52 35 0 116 124 33 5 111 52
Binary 10111011 101010 11101 0 1001110 1010100 11011 101 1001001 101010

Color Harmonies of #BB2A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A1D

Black with #BB2A1D

Text Example


Text Example

White with #BB2A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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