Html Css Color HEX #BB2D25 Fire Brick

📋 copy color: '#BB2D25'

red 187 ◦ green 45 ◦ blue 37

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

Shades of Fire Brick #BB2D25

Tints of Fire Brick #BB2D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 69.52%
G = 16.73%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB2D25 (or 0xBB2D25) is known color: Fire Brick. HEX triplet: BB, 2D and 25. RGB value is (187,45,37). Sum of RGB (Red+Green+Blue) = 187+45+37=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D25 is #44D2DA. Grayscale: #565656. Windows color (decimal): -4510427 or 2436539. OLE color: 2436539.

HSL color Cylindrical-coordinate representation of color #BB2D25: hue angle of 3.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2D25 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 45 37 -
CMYK 0 0.76 0.80 0.27
HSL 3.2º 0.67% 0.44% -
HSV(B) 3.2º 0.8% 0.73% -
XYZ 21.77 12.58 3.03 -
YUV 86.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 187 45 37 0 0.76 0.80 0.27 3.2 0.67 0.44
Hex BB 2D 25 0 4C 50 1B 3 43 2C
Octal 273 55 45 0 114 120 33 3 103 54
Binary 10111011 101101 100101 0 1001100 1010000 11011 11 1000011 101100

Color Harmonies of #BB2D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D25

Black with #BB2D25

Text Example


Text Example

White with #BB2D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D25; }

 p { color: rgb(187,45,37); }

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

background-color css

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

 a { background-color: rgb(187,45,37); }

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

border-color css

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

 span { border-color: rgb(187,45,37); }

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