Html Css Color HEX #BC1B3A Cardinal

📋 copy color: '#BC1B3A'

red 188 ◦ green 27 ◦ blue 58

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

Shades of Cardinal #BC1B3A

Tints of Cardinal #BC1B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 68.86%
G = 9.89%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC1B3A (or 0xBC1B3A) is known color: Cardinal. HEX triplet: BC, 1B and 3A. RGB value is (188,27,58). Sum of RGB (Red+Green+Blue) = 188+27+58=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B3A is #43E4C5. Grayscale: #4E4E4E. Windows color (decimal): -4449478 or 3808188. OLE color: 3808188.

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

Color convert

RGB 188 27 58 -
CMYK 0 0.86 0.69 0.26
HSL 348.45º 0.75% 0.42% -
HSV(B) 348.45º 0.86% 0.74% -
XYZ 21.89 11.78 5.12 -
YUV 78.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 188 27 58 0 0.86 0.69 0.26 348.45 0.75 0.42
Hex BC 1B 3A 0 56 45 1A 15C 4B 2A
Octal 274 33 72 0 126 105 32 534 113 52
Binary 10111100 11011 111010 0 1010110 1000101 11010 101011100 1001011 101010

Color Harmonies of #BC1B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B3A

Black with #BC1B3A

Text Example


Text Example

White with #BC1B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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