Html Css Color HEX #BB2F3C Brick Red

📋 copy color: '#BB2F3C'

red 187 ◦ green 47 ◦ blue 60

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

Shades of Brick Red #BB2F3C

Tints of Brick Red #BB2F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 63.61%
G = 15.99%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB2F3C (or 0xBB2F3C) is known color: Brick Red. HEX triplet: BB, 2F and 3C. RGB value is (187,47,60). Sum of RGB (Red+Green+Blue) = 187+47+60=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F3C is #44D0C3. Grayscale: #5A5A5A. Windows color (decimal): -4509892 or 3944379. OLE color: 3944379.

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

Color convert

RGB 187 47 60 -
CMYK 0 0.75 0.68 0.27
HSL 354.43º 0.6% 0.46% -
HSV(B) 354.43º 0.75% 0.73% -
XYZ 22.33 12.92 5.59 -
YUV 90.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 187 47 60 0 0.75 0.68 0.27 354.43 0.6 0.46
Hex BB 2F 3C 0 4B 44 1B 162 3C 2E
Octal 273 57 74 0 113 104 33 542 74 56
Binary 10111011 101111 111100 0 1001011 1000100 11011 101100010 111100 101110

Color Harmonies of #BB2F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F3C

Black with #BB2F3C

Text Example


Text Example

White with #BB2F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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