Html Css Color HEX #BB1D12 Fire Brick

📋 copy color: '#BB1D12'

red 187 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #BB1D12

Tints of Fire Brick #BB1D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 79.91%
G = 12.39%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1D12 (or 0xBB1D12) is known color: Fire Brick. HEX triplet: BB, 1D and 12. RGB value is (187,29,18). Sum of RGB (Red+Green+Blue) = 187+29+18=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D12 is #44E2ED. Grayscale: #4B4B4B. Windows color (decimal): -4514542 or 1187259. OLE color: 1187259.

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

Color convert

RGB 187 29 18 -
CMYK 0 0.84 0.90 0.27
HSL 3.91º 0.82% 0.4% -
HSV(B) 3.91º 0.9% 0.73% -
XYZ 21.04 11.49 1.68 -
YUV 74.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 187 29 18 0 0.84 0.90 0.27 3.91 0.82 0.4
Hex BB 1D 12 0 54 5A 1B 4 52 28
Octal 273 35 22 0 124 132 33 4 122 50
Binary 10111011 11101 10010 0 1010100 1011010 11011 100 1010010 101000

Color Harmonies of #BB1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D12

Black with #BB1D12

Text Example


Text Example

White with #BB1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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