Html Css Color HEX #BC1B40 Cardinal

📋 copy color: '#BC1B40'

red 188 ◦ green 27 ◦ blue 64

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

Shades of Cardinal #BC1B40

Tints of Cardinal #BC1B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 67.38%
G = 9.68%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC1B40 (or 0xBC1B40) is known color: Cardinal. HEX triplet: BC, 1B and 40. RGB value is (188,27,64). Sum of RGB (Red+Green+Blue) = 188+27+64=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B40 is #43E4BF. Grayscale: #4F4F4F. Windows color (decimal): -4449472 or 4201404. OLE color: 4201404.

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

Color convert

RGB 188 27 64 -
CMYK 0 0.86 0.66 0.26
HSL 346.21º 0.75% 0.42% -
HSV(B) 346.21º 0.86% 0.74% -
XYZ 22.06 11.85 5.97 -
YUV 79.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 188 27 64 0 0.86 0.66 0.26 346.21 0.75 0.42
Hex BC 1B 40 0 56 42 1A 15A 4B 2A
Octal 274 33 100 0 126 102 32 532 113 52
Binary 10111100 11011 1000000 0 1010110 1000010 11010 101011010 1001011 101010

Color Harmonies of #BC1B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B40

Black with #BC1B40

Text Example


Text Example

White with #BC1B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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