Html Css Color HEX #BB251A Fire Brick

📋 copy color: '#BB251A'

red 187 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #BB251A

Tints of Fire Brick #BB251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 74.8%
G = 14.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB251A (or 0xBB251A) is known color: Fire Brick. HEX triplet: BB, 25 and 1A. RGB value is (187,37,26). Sum of RGB (Red+Green+Blue) = 187+37+26=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB251A is #44DAE5. Grayscale: #505050. Windows color (decimal): -4512486 or 1713595. OLE color: 1713595.

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

Color convert

RGB 187 37 26 -
CMYK 0 0.80 0.86 0.27
HSL 4.1º 0.76% 0.42% -
HSV(B) 4.1º 0.86% 0.73% -
XYZ 21.34 11.96 2.16 -
YUV 80.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 187 37 26 0 0.80 0.86 0.27 4.1 0.76 0.42
Hex BB 25 1A 0 50 56 1B 4 4C 2A
Octal 273 45 32 0 120 126 33 4 114 52
Binary 10111011 100101 11010 0 1010000 1010110 11011 100 1001100 101010

Color Harmonies of #BB251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB251A

Black with #BB251A

Text Example


Text Example

White with #BB251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB251A; }

 p { color: rgb(187,37,26); }

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

background-color css

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

 a { background-color: rgb(187,37,26); }

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

border-color css

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

 span { border-color: rgb(187,37,26); }

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