Html Css Color HEX #BB2A3E Brick Red

📋 copy color: '#BB2A3E'

red 187 ◦ green 42 ◦ blue 62

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

Shades of Brick Red #BB2A3E

Tints of Brick Red #BB2A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 64.26%
G = 14.43%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB2A3E (or 0xBB2A3E) is known color: Brick Red. HEX triplet: BB, 2A and 3E. RGB value is (187,42,62). Sum of RGB (Red+Green+Blue) = 187+42+62=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A3E is #44D5C1. Grayscale: #575757. Windows color (decimal): -4511170 or 4074171. OLE color: 4074171.

HSL color Cylindrical-coordinate representation of color #BB2A3E: hue angle of 351.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A3E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 42 62 -
CMYK 0 0.78 0.67 0.27
HSL 351.72º 0.63% 0.45% -
HSV(B) 351.72º 0.78% 0.73% -
XYZ 22.19 12.57 5.81 -
YUV 87.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 187 42 62 0 0.78 0.67 0.27 351.72 0.63 0.45
Hex BB 2A 3E 0 4E 43 1B 160 3F 2D
Octal 273 52 76 0 116 103 33 540 77 55
Binary 10111011 101010 111110 0 1001110 1000011 11011 101100000 111111 101101

Color Harmonies of #BB2A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2A3E

Black with #BB2A3E

Text Example


Text Example

White with #BB2A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2A3E; }

 p { color: rgb(187,42,62); }

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

background-color css

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

 a { background-color: rgb(187,42,62); }

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

border-color css

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

 span { border-color: rgb(187,42,62); }

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