Html Css Color HEX #BB1D0A Fire Brick

📋 copy color: '#BB1D0A'

red 187 ◦ green 29 ◦ blue 10

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

Shades of Fire Brick #BB1D0A

Tints of Fire Brick #BB1D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.42%

R = 82.74%
G = 12.83%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB1D0A (or 0xBB1D0A) is known color: Fire Brick. HEX triplet: BB, 1D and 0A. RGB value is (187,29,10). Sum of RGB (Red+Green+Blue) = 187+29+10=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D0A is #44E2F5. Grayscale: #4A4A4A. Windows color (decimal): -4514550 or 662971. OLE color: 662971.

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

Color convert

RGB 187 29 10 -
CMYK 0 0.84 0.95 0.27
HSL 6.44º 0.9% 0.39% -
HSV(B) 6.44º 0.95% 0.73% -
XYZ 20.99 11.47 1.39 -
YUV 74.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 187 29 10 0 0.84 0.95 0.27 6.44 0.9 0.39
Hex BB 1D A 0 54 5F 1B 6 5A 27
Octal 273 35 12 0 124 137 33 6 132 47
Binary 10111011 11101 1010 0 1010100 1011111 11011 110 1011010 100111

Color Harmonies of #BB1D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D0A

Black with #BB1D0A

Text Example


Text Example

White with #BB1D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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