Html Css Color HEX #BB2722 Fire Brick

📋 copy color: '#BB2722'

red 187 ◦ green 39 ◦ blue 34

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

Shades of Fire Brick #BB2722

Tints of Fire Brick #BB2722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 71.92%
G = 15%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB2722 (or 0xBB2722) is known color: Fire Brick. HEX triplet: BB, 27 and 22. RGB value is (187,39,34). Sum of RGB (Red+Green+Blue) = 187+39+34=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2722 is #44D8DD. Grayscale: #525252. Windows color (decimal): -4511966 or 2238395. OLE color: 2238395.

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

Color convert

RGB 187 39 34 -
CMYK 0 0.79 0.82 0.27
HSL 1.96º 0.69% 0.43% -
HSV(B) 1.96º 0.82% 0.73% -
XYZ 21.51 12.13 2.72 -
YUV 82.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 187 39 34 0 0.79 0.82 0.27 1.96 0.69 0.43
Hex BB 27 22 0 4F 52 1B 2 45 2B
Octal 273 47 42 0 117 122 33 2 105 53
Binary 10111011 100111 100010 0 1001111 1010010 11011 10 1000101 101011

Color Harmonies of #BB2722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2722

Black with #BB2722

Text Example


Text Example

White with #BB2722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2722; }

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

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

background-color css

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

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

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

border-color css

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

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

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