Html Css Color HEX #BB261B Fire Brick

📋 copy color: '#BB261B'

red 187 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #BB261B

Tints of Fire Brick #BB261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 74.21%
G = 15.08%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB261B (or 0xBB261B) is known color: Fire Brick. HEX triplet: BB, 26 and 1B. RGB value is (187,38,27). Sum of RGB (Red+Green+Blue) = 187+38+27=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB261B is #44D9E4. Grayscale: #515151. Windows color (decimal): -4512229 or 1779387. OLE color: 1779387.

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

Color convert

RGB 187 38 27 -
CMYK 0 0.80 0.86 0.27
HSL 4.13º 0.75% 0.42% -
HSV(B) 4.13º 0.86% 0.73% -
XYZ 21.38 12.03 2.23 -
YUV 81.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 187 38 27 0 0.80 0.86 0.27 4.13 0.75 0.42
Hex BB 26 1B 0 50 56 1B 4 4B 2A
Octal 273 46 33 0 120 126 33 4 113 52
Binary 10111011 100110 11011 0 1010000 1010110 11011 100 1001011 101010

Color Harmonies of #BB261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB261B

Black with #BB261B

Text Example


Text Example

White with #BB261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB261B; }

 p { color: rgb(187,38,27); }

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

background-color css

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

 a { background-color: rgb(187,38,27); }

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

border-color css

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

 span { border-color: rgb(187,38,27); }

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