Html Css Color HEX #BC1C2D Cardinal

📋 copy color: '#BC1C2D'

red 188 ◦ green 28 ◦ blue 45

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

Shades of Cardinal #BC1C2D

Tints of Cardinal #BC1C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.73%

 BLUE value IS 45 (17.97% from 255) = 17.24%

R = 72.03%
G = 10.73%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC1C2D (or 0xBC1C2D) is known color: Cardinal. HEX triplet: BC, 1C and 2D. RGB value is (188,28,45). Sum of RGB (Red+Green+Blue) = 188+28+45=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C2D is #43E3D2. Grayscale: #4D4D4D. Windows color (decimal): -4449235 or 2956476. OLE color: 2956476.

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

Color convert

RGB 188 28 45 -
CMYK 0 0.85 0.76 0.26
HSL 353.63º 0.74% 0.42% -
HSV(B) 353.63º 0.85% 0.74% -
XYZ 21.63 11.71 3.6 -
YUV 77.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 188 28 45 0 0.85 0.76 0.26 353.63 0.74 0.42
Hex BC 1C 2D 0 55 4C 1A 162 4A 2A
Octal 274 34 55 0 125 114 32 542 112 52
Binary 10111100 11100 101101 0 1010101 1001100 11010 101100010 1001010 101010

Color Harmonies of #BC1C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C2D

Black with #BC1C2D

Text Example


Text Example

White with #BC1C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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