Html Css Color HEX #BC1C3A Cardinal

📋 copy color: '#BC1C3A'

red 188 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #BC1C3A

Tints of Cardinal #BC1C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 68.61%
G = 10.22%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC1C3A (or 0xBC1C3A) is known color: Cardinal. HEX triplet: BC, 1C and 3A. RGB value is (188,28,58). Sum of RGB (Red+Green+Blue) = 188+28+58=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C3A is #43E3C5. Grayscale: #4F4F4F. Windows color (decimal): -4449222 or 3808444. OLE color: 3808444.

HSL color Cylindrical-coordinate representation of color #BC1C3A: hue angle of 348.75º 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 #BC1C3A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 58 -
CMYK 0 0.85 0.69 0.26
HSL 348.75º 0.74% 0.42% -
HSV(B) 348.75º 0.85% 0.74% -
XYZ 21.92 11.83 5.13 -
YUV 79.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 188 28 58 0 0.85 0.69 0.26 348.75 0.74 0.42
Hex BC 1C 3A 0 55 45 1A 15D 4A 2A
Octal 274 34 72 0 125 105 32 535 112 52
Binary 10111100 11100 111010 0 1010101 1000101 11010 101011101 1001010 101010

Color Harmonies of #BC1C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C3A

Black with #BC1C3A

Text Example


Text Example

White with #BC1C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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