Html Css Color HEX #BB2D23 Fire Brick

📋 copy color: '#BB2D23'

red 187 ◦ green 45 ◦ blue 35

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

Shades of Fire Brick #BB2D23

Tints of Fire Brick #BB2D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 70.04%
G = 16.85%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB2D23 (or 0xBB2D23) is known color: Fire Brick. HEX triplet: BB, 2D and 23. RGB value is (187,45,35). Sum of RGB (Red+Green+Blue) = 187+45+35=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D23 is #44D2DC. Grayscale: #565656. Windows color (decimal): -4510429 or 2305467. OLE color: 2305467.

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

Color convert

RGB 187 45 35 -
CMYK 0 0.76 0.81 0.27
HSL 3.95º 0.68% 0.44% -
HSV(B) 3.95º 0.81% 0.73% -
XYZ 21.74 12.56 2.87 -
YUV 86.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 187 45 35 0 0.76 0.81 0.27 3.95 0.68 0.44
Hex BB 2D 23 0 4C 51 1B 4 44 2C
Octal 273 55 43 0 114 121 33 4 104 54
Binary 10111011 101101 100011 0 1001100 1010001 11011 100 1000100 101100

Color Harmonies of #BB2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D23

Black with #BB2D23

Text Example


Text Example

White with #BB2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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