Html Css Color HEX #BB301F Fire Brick

📋 copy color: '#BB301F'

red 187 ◦ green 48 ◦ blue 31

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

Shades of Fire Brick #BB301F

Tints of Fire Brick #BB301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 70.3%
G = 18.05%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB301F (or 0xBB301F) is known color: Fire Brick. HEX triplet: BB, 30 and 1F. RGB value is (187,48,31). Sum of RGB (Red+Green+Blue) = 187+48+31=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB301F is #44CFE0. Grayscale: #575757. Windows color (decimal): -4509665 or 2044091. OLE color: 2044091.

HSL color Cylindrical-coordinate representation of color #BB301F: hue angle of 6.54º 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 #BB301F is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 31 -
CMYK 0 0.74 0.83 0.27
HSL 6.54º 0.72% 0.43% -
HSV(B) 6.54º 0.83% 0.73% -
XYZ 21.8 12.78 2.61 -
YUV 87.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 187 48 31 0 0.74 0.83 0.27 6.54 0.72 0.43
Hex BB 30 1F 0 4A 53 1B 7 48 2B
Octal 273 60 37 0 112 123 33 7 110 53
Binary 10111011 110000 11111 0 1001010 1010011 11011 111 1001000 101011

Color Harmonies of #BB301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB301F

Black with #BB301F

Text Example


Text Example

White with #BB301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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