Html Css Color HEX #BB231F Fire Brick

📋 copy color: '#BB231F'

red 187 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #BB231F

Tints of Fire Brick #BB231F

RGB

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

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

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

R = 73.91%
G = 13.83%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB231F (or 0xBB231F) is known color: Fire Brick. HEX triplet: BB, 23 and 1F. RGB value is (187,35,31). Sum of RGB (Red+Green+Blue) = 187+35+31=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB231F is #44DCE0. Grayscale: #505050. Windows color (decimal): -4512993 or 2040763. OLE color: 2040763.

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

Color convert

RGB 187 35 31 -
CMYK 0 0.81 0.83 0.27
HSL 1.54º 0.72% 0.43% -
HSV(B) 1.54º 0.83% 0.73% -
XYZ 21.34 11.87 2.46 -
YUV 79.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 187 35 31 0 0.81 0.83 0.27 1.54 0.72 0.43
Hex BB 23 1F 0 51 53 1B 2 48 2B
Octal 273 43 37 0 121 123 33 2 110 53
Binary 10111011 100011 11111 0 1010001 1010011 11011 10 1001000 101011

Color Harmonies of #BB231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB231F

Black with #BB231F

Text Example


Text Example

White with #BB231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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