Html Css Color HEX #BB271A Fire Brick

📋 copy color: '#BB271A'

red 187 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #BB271A

Tints of Fire Brick #BB271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 74.21%
G = 15.48%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB271A (or 0xBB271A) is known color: Fire Brick. HEX triplet: BB, 27 and 1A. RGB value is (187,39,26). Sum of RGB (Red+Green+Blue) = 187+39+26=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB271A is #44D8E5. Grayscale: #515151. Windows color (decimal): -4511974 or 1714107. OLE color: 1714107.

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

Color convert

RGB 187 39 26 -
CMYK 0 0.79 0.86 0.27
HSL 4.84º 0.76% 0.42% -
HSV(B) 4.84º 0.86% 0.73% -
XYZ 21.41 12.09 2.18 -
YUV 81.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 187 39 26 0 0.79 0.86 0.27 4.84 0.76 0.42
Hex BB 27 1A 0 4F 56 1B 5 4C 2A
Octal 273 47 32 0 117 126 33 5 114 52
Binary 10111011 100111 11010 0 1001111 1010110 11011 101 1001100 101010

Color Harmonies of #BB271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB271A

Black with #BB271A

Text Example


Text Example

White with #BB271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB271A; }

 p { color: rgb(187,39,26); }

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

background-color css

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

 a { background-color: rgb(187,39,26); }

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

border-color css

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

 span { border-color: rgb(187,39,26); }

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