Html Css Color HEX #BB241E Fire Brick

📋 copy color: '#BB241E'

red 187 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #BB241E

Tints of Fire Brick #BB241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 73.91%
G = 14.23%
B = 11.86%

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

#BB241E (or 0xBB241E) is known color: Fire Brick. HEX triplet: BB, 24 and 1E. RGB value is (187,36,30). Sum of RGB (Red+Green+Blue) = 187+36+30=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB241E is #44DBE1. Grayscale: #505050. Windows color (decimal): -4512738 or 1975483. OLE color: 1975483.

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

Color convert

RGB 187 36 30 -
CMYK 0 0.81 0.84 0.27
HSL 2.29º 0.72% 0.43% -
HSV(B) 2.29º 0.84% 0.73% -
XYZ 21.36 11.92 2.4 -
YUV 80.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 187 36 30 0 0.81 0.84 0.27 2.29 0.72 0.43
Hex BB 24 1E 0 51 54 1B 2 48 2B
Octal 273 44 36 0 121 124 33 2 110 53
Binary 10111011 100100 11110 0 1010001 1010100 11011 10 1001000 101011

Color Harmonies of #BB241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB241E

Black with #BB241E

Text Example


Text Example

White with #BB241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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