Html Css Color HEX #BB2F3F Brick Red

📋 copy color: '#BB2F3F'

red 187 ◦ green 47 ◦ blue 63

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

Shades of Brick Red #BB2F3F

Tints of Brick Red #BB2F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 63 (25% from 255) = 21.21%

R = 62.96%
G = 15.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2F3F (or 0xBB2F3F) is known color: Brick Red. HEX triplet: BB, 2F and 3F. RGB value is (187,47,63). Sum of RGB (Red+Green+Blue) = 187+47+63=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F3F is #44D0C0. Grayscale: #5A5A5A. Windows color (decimal): -4509889 or 4140987. OLE color: 4140987.

HSL color Cylindrical-coordinate representation of color #BB2F3F: hue angle of 353.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2F3F is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 63 -
CMYK 0 0.75 0.66 0.27
HSL 353.14º 0.6% 0.46% -
HSV(B) 353.14º 0.75% 0.73% -
XYZ 22.41 12.96 6.02 -
YUV 90.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 187 47 63 0 0.75 0.66 0.27 353.14 0.6 0.46
Hex BB 2F 3F 0 4B 42 1B 161 3C 2E
Octal 273 57 77 0 113 102 33 541 74 56
Binary 10111011 101111 111111 0 1001011 1000010 11011 101100001 111100 101110

Color Harmonies of #BB2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F3F

Black with #BB2F3F

Text Example


Text Example

White with #BB2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F3F; }

 p { color: rgb(187,47,63); }

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

background-color css

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

 a { background-color: rgb(187,47,63); }

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

border-color css

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

 span { border-color: rgb(187,47,63); }

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