Html Css Color HEX #BB2D22 Fire Brick

📋 copy color: '#BB2D22'

red 187 ◦ green 45 ◦ blue 34

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

Shades of Fire Brick #BB2D22

Tints of Fire Brick #BB2D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 70.3%
G = 16.92%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB2D22 (or 0xBB2D22) is known color: Fire Brick. HEX triplet: BB, 2D and 22. RGB value is (187,45,34). Sum of RGB (Red+Green+Blue) = 187+45+34=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2D22 is #44D2DD. Grayscale: #565656. Windows color (decimal): -4510430 or 2239931. OLE color: 2239931.

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

Color convert

RGB 187 45 34 -
CMYK 0 0.76 0.82 0.27
HSL 4.31º 0.69% 0.43% -
HSV(B) 4.31º 0.82% 0.73% -
XYZ 21.72 12.56 2.79 -
YUV 86.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 187 45 34 0 0.76 0.82 0.27 4.31 0.69 0.43
Hex BB 2D 22 0 4C 52 1B 4 45 2B
Octal 273 55 42 0 114 122 33 4 105 53
Binary 10111011 101101 100010 0 1001100 1010010 11011 100 1000101 101011

Color Harmonies of #BB2D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2D22

Black with #BB2D22

Text Example


Text Example

White with #BB2D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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