Html Css Color HEX #BB261A Fire Brick

📋 copy color: '#BB261A'

red 187 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #BB261A

Tints of Fire Brick #BB261A

RGB

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

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

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

R = 74.5%
G = 15.14%
B = 10.36%

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

#BB261A (or 0xBB261A) is known color: Fire Brick. HEX triplet: BB, 26 and 1A. RGB value is (187,38,26). Sum of RGB (Red+Green+Blue) = 187+38+26=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB261A is #44D9E5. Grayscale: #515151. Windows color (decimal): -4512230 or 1713851. OLE color: 1713851.

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

Color convert

RGB 187 38 26 -
CMYK 0 0.80 0.86 0.27
HSL 4.47º 0.76% 0.42% -
HSV(B) 4.47º 0.86% 0.73% -
XYZ 21.37 12.03 2.17 -
YUV 81.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 187 38 26 0 0.80 0.86 0.27 4.47 0.76 0.42
Hex BB 26 1A 0 50 56 1B 4 4C 2A
Octal 273 46 32 0 120 126 33 4 114 52
Binary 10111011 100110 11010 0 1010000 1010110 11011 100 1001100 101010

Color Harmonies of #BB261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB261A

Black with #BB261A

Text Example


Text Example

White with #BB261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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