Html Css Color HEX #BB241D Fire Brick

📋 copy color: '#BB241D'

red 187 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #BB241D

Tints of Fire Brick #BB241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 74.21%
G = 14.29%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB241D (or 0xBB241D) is known color: Fire Brick. HEX triplet: BB, 24 and 1D. RGB value is (187,36,29). Sum of RGB (Red+Green+Blue) = 187+36+29=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB241D is #44DBE2. Grayscale: #505050. Windows color (decimal): -4512739 or 1909947. OLE color: 1909947.

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

Color convert

RGB 187 36 29 -
CMYK 0 0.81 0.84 0.27
HSL 2.66º 0.73% 0.42% -
HSV(B) 2.66º 0.84% 0.73% -
XYZ 21.35 11.92 2.34 -
YUV 80.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 187 36 29 0 0.81 0.84 0.27 2.66 0.73 0.42
Hex BB 24 1D 0 51 54 1B 3 49 2A
Octal 273 44 35 0 121 124 33 3 111 52
Binary 10111011 100100 11101 0 1010001 1010100 11011 11 1001001 101010

Color Harmonies of #BB241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB241D

Black with #BB241D

Text Example


Text Example

White with #BB241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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