Html Css Color HEX #BB1D0E Fire Brick

📋 copy color: '#BB1D0E'

red 187 ◦ green 29 ◦ blue 14

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

Shades of Fire Brick #BB1D0E

Tints of Fire Brick #BB1D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 81.3%
G = 12.61%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB1D0E (or 0xBB1D0E) is known color: Fire Brick. HEX triplet: BB, 1D and 0E. RGB value is (187,29,14). Sum of RGB (Red+Green+Blue) = 187+29+14=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D0E is #44E2F1. Grayscale: #4A4A4A. Windows color (decimal): -4514546 or 925115. OLE color: 925115.

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

Color convert

RGB 187 29 14 -
CMYK 0 0.84 0.93 0.27
HSL 5.2º 0.86% 0.39% -
HSV(B) 5.2º 0.93% 0.73% -
XYZ 21.01 11.48 1.52 -
YUV 74.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 187 29 14 0 0.84 0.93 0.27 5.2 0.86 0.39
Hex BB 1D E 0 54 5D 1B 5 56 27
Octal 273 35 16 0 124 135 33 5 126 47
Binary 10111011 11101 1110 0 1010100 1011101 11011 101 1010110 100111

Color Harmonies of #BB1D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D0E

Black with #BB1D0E

Text Example


Text Example

White with #BB1D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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