Html Css Color HEX #BC2F42 Brick Red

📋 copy color: '#BC2F42'

red 188 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #BC2F42

Tints of Brick Red #BC2F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 62.46%
G = 15.61%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2F42 (or 0xBC2F42) is known color: Brick Red. HEX triplet: BC, 2F and 42. RGB value is (188,47,66). Sum of RGB (Red+Green+Blue) = 188+47+66=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F42 is #43D0BD. Grayscale: #5B5B5B. Windows color (decimal): -4444350 or 4337596. OLE color: 4337596.

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

Color convert

RGB 188 47 66 -
CMYK 0 0.75 0.65 0.26
HSL 351.91º 0.6% 0.46% -
HSV(B) 351.91º 0.75% 0.74% -
XYZ 22.74 13.12 6.49 -
YUV 91.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 188 47 66 0 0.75 0.65 0.26 351.91 0.6 0.46
Hex BC 2F 42 0 4B 41 1A 160 3C 2E
Octal 274 57 102 0 113 101 32 540 74 56
Binary 10111100 101111 1000010 0 1001011 1000001 11010 101100000 111100 101110

Color Harmonies of #BC2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F42

Black with #BC2F42

Text Example


Text Example

White with #BC2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F42; }

 p { color: rgb(188,47,66); }

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

background-color css

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

 a { background-color: rgb(188,47,66); }

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

border-color css

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

 span { border-color: rgb(188,47,66); }

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