Html Css Color HEX #BB241F Fire Brick

📋 copy color: '#BB241F'

red 187 ◦ green 36 ◦ blue 31

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

Shades of Fire Brick #BB241F

Tints of Fire Brick #BB241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 73.62%
G = 14.17%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB241F (or 0xBB241F) is known color: Fire Brick. HEX triplet: BB, 24 and 1F. RGB value is (187,36,31). Sum of RGB (Red+Green+Blue) = 187+36+31=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB241F is #44DBE0. Grayscale: #505050. Windows color (decimal): -4512737 or 2041019. OLE color: 2041019.

HSL color Cylindrical-coordinate representation of color #BB241F: hue angle of 1.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB241F is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 31 -
CMYK 0 0.81 0.83 0.27
HSL 1.92º 0.72% 0.43% -
HSV(B) 1.92º 0.83% 0.73% -
XYZ 21.37 11.93 2.47 -
YUV 80.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 187 36 31 0 0.81 0.83 0.27 1.92 0.72 0.43
Hex BB 24 1F 0 51 53 1B 2 48 2B
Octal 273 44 37 0 121 123 33 2 110 53
Binary 10111011 100100 11111 0 1010001 1010011 11011 10 1001000 101011

Color Harmonies of #BB241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB241F

Black with #BB241F

Text Example


Text Example

White with #BB241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB241F; }

 p { color: rgb(187,36,31); }

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

background-color css

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

 a { background-color: rgb(187,36,31); }

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

border-color css

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

 span { border-color: rgb(187,36,31); }

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