Html Css Color HEX #BB251B Fire Brick

📋 copy color: '#BB251B'

red 187 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #BB251B

Tints of Fire Brick #BB251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 74.5%
G = 14.74%
B = 10.76%

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

#BB251B (or 0xBB251B) is known color: Fire Brick. HEX triplet: BB, 25 and 1B. RGB value is (187,37,27). Sum of RGB (Red+Green+Blue) = 187+37+27=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB251B is #44DAE4. Grayscale: #505050. Windows color (decimal): -4512485 or 1779131. OLE color: 1779131.

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

Color convert

RGB 187 37 27 -
CMYK 0 0.80 0.86 0.27
HSL 3.75º 0.75% 0.42% -
HSV(B) 3.75º 0.86% 0.73% -
XYZ 21.35 11.97 2.22 -
YUV 80.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 187 37 27 0 0.80 0.86 0.27 3.75 0.75 0.42
Hex BB 25 1B 0 50 56 1B 4 4B 2A
Octal 273 45 33 0 120 126 33 4 113 52
Binary 10111011 100101 11011 0 1010000 1010110 11011 100 1001011 101010

Color Harmonies of #BB251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB251B

Black with #BB251B

Text Example


Text Example

White with #BB251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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