Html Css Color HEX #BB313D Brick Red

📋 copy color: '#BB313D'

red 187 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #BB313D

Tints of Brick Red #BB313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 62.96%
G = 16.5%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB313D (or 0xBB313D) is known color: Brick Red. HEX triplet: BB, 31 and 3D. RGB value is (187,49,61). Sum of RGB (Red+Green+Blue) = 187+49+61=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB313D is #44CEC2. Grayscale: #5B5B5B. Windows color (decimal): -4509379 or 4010427. OLE color: 4010427.

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

Color convert

RGB 187 49 61 -
CMYK 0 0.74 0.67 0.27
HSL 354.78º 0.58% 0.46% -
HSV(B) 354.78º 0.74% 0.73% -
XYZ 22.43 13.1 5.76 -
YUV 91.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 187 49 61 0 0.74 0.67 0.27 354.78 0.58 0.46
Hex BB 31 3D 0 4A 43 1B 163 3A 2E
Octal 273 61 75 0 112 103 33 543 72 56
Binary 10111011 110001 111101 0 1001010 1000011 11011 101100011 111010 101110

Color Harmonies of #BB313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB313D

Black with #BB313D

Text Example


Text Example

White with #BB313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB313D; }

 p { color: rgb(187,49,61); }

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

background-color css

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

 a { background-color: rgb(187,49,61); }

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

border-color css

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

 span { border-color: rgb(187,49,61); }

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