Html Css Color HEX #BC2D3D Brick Red

📋 copy color: '#BC2D3D'

red 188 ◦ green 45 ◦ blue 61

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

Shades of Brick Red #BC2D3D

Tints of Brick Red #BC2D3D

RGB

 RED value IS 188 (73.83% from 255) = 63.95%

 GREEN value IS 45 (17.97% from 255) = 15.31%

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

R = 63.95%
G = 15.31%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC2D3D (or 0xBC2D3D) is known color: Brick Red. HEX triplet: BC, 2D and 3D. RGB value is (188,45,61). Sum of RGB (Red+Green+Blue) = 188+45+61=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D3D is #43D2C2. Grayscale: #595959. Windows color (decimal): -4444867 or 4009404. OLE color: 4009404.

HSL color Cylindrical-coordinate representation of color #BC2D3D: hue angle of 353.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D3D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 61 -
CMYK 0 0.76 0.68 0.26
HSL 353.29º 0.61% 0.46% -
HSV(B) 353.29º 0.76% 0.74% -
XYZ 22.52 12.91 5.72 -
YUV 89.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 188 45 61 0 0.76 0.68 0.26 353.29 0.61 0.46
Hex BC 2D 3D 0 4C 44 1A 161 3D 2E
Octal 274 55 75 0 114 104 32 541 75 56
Binary 10111100 101101 111101 0 1001100 1000100 11010 101100001 111101 101110

Color Harmonies of #BC2D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D3D

Black with #BC2D3D

Text Example


Text Example

White with #BC2D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D3D; }

 p { color: rgb(188,45,61); }

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

background-color css

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

 a { background-color: rgb(188,45,61); }

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

border-color css

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

 span { border-color: rgb(188,45,61); }

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