Html Css Color HEX #BB4245 Brick Red

📋 copy color: '#BB4245'

red 187 ◦ green 66 ◦ blue 69

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

Shades of Brick Red #BB4245

Tints of Brick Red #BB4245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 69 (27.34% from 255) = 21.43%

R = 58.07%
G = 20.5%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB4245 (or 0xBB4245) is known color: Brick Red. HEX triplet: BB, 42 and 45. RGB value is (187,66,69). Sum of RGB (Red+Green+Blue) = 187+66+69=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4245 is #44BDBA. Grayscale: #666666. Windows color (decimal): -4505019 or 4539067. OLE color: 4539067.

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

Color convert

RGB 187 66 69 -
CMYK 0 0.65 0.63 0.27
HSL 358.51º 0.48% 0.5% -
HSV(B) 358.51º 0.65% 0.73% -
XYZ 23.52 14.89 7.27 -
YUV 102.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 187 66 69 0 0.65 0.63 0.27 358.51 0.48 0.5
Hex BB 42 45 0 41 3F 1B 167 30 32
Octal 273 102 105 0 101 77 33 547 60 62
Binary 10111011 1000010 1000101 0 1000001 111111 11011 101100111 110000 110010

Color Harmonies of #BB4245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4245

Black with #BB4245

Text Example


Text Example

White with #BB4245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4245; }

 p { color: rgb(187,66,69); }

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

background-color css

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

 a { background-color: rgb(187,66,69); }

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

border-color css

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

 span { border-color: rgb(187,66,69); }

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