Html Css Color HEX #BB231B Fire Brick

📋 copy color: '#BB231B'

red 187 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #BB231B

Tints of Fire Brick #BB231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 75.1%
G = 14.06%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB231B (or 0xBB231B) is known color: Fire Brick. HEX triplet: BB, 23 and 1B. RGB value is (187,35,27). Sum of RGB (Red+Green+Blue) = 187+35+27=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB231B is #44DCE4. Grayscale: #4F4F4F. Windows color (decimal): -4512997 or 1778619. OLE color: 1778619.

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

Color convert

RGB 187 35 27 -
CMYK 0 0.81 0.86 0.27
HSL 0.75% 0.42% -
HSV(B) 0.86% 0.73% -
XYZ 21.29 11.85 2.2 -
YUV 79.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 187 35 27 0 0.81 0.86 0.27 3 0.75 0.42
Hex BB 23 1B 0 51 56 1B 3 4B 2A
Octal 273 43 33 0 121 126 33 3 113 52
Binary 10111011 100011 11011 0 1010001 1010110 11011 11 1001011 101010

Color Harmonies of #BB231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB231B

Black with #BB231B

Text Example


Text Example

White with #BB231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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