Html Css Color HEX #BC1E2C Cardinal

📋 copy color: '#BC1E2C'

red 188 ◦ green 30 ◦ blue 44

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

Shades of Cardinal #BC1E2C

Tints of Cardinal #BC1E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 71.76%
G = 11.45%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC1E2C (or 0xBC1E2C) is known color: Cardinal. HEX triplet: BC, 1E and 2C. RGB value is (188,30,44). Sum of RGB (Red+Green+Blue) = 188+30+44=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E2C is #43E1D3. Grayscale: #4E4E4E. Windows color (decimal): -4448724 or 2891452. OLE color: 2891452.

HSL color Cylindrical-coordinate representation of color #BC1E2C: hue angle of 354.68º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E2C is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 44 -
CMYK 0 0.84 0.77 0.26
HSL 354.68º 0.72% 0.43% -
HSV(B) 354.68º 0.84% 0.74% -
XYZ 21.66 11.8 3.52 -
YUV 78.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 188 30 44 0 0.84 0.77 0.26 354.68 0.72 0.43
Hex BC 1E 2C 0 54 4D 1A 163 48 2B
Octal 274 36 54 0 124 115 32 543 110 53
Binary 10111100 11110 101100 0 1010100 1001101 11010 101100011 1001000 101011

Color Harmonies of #BC1E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E2C

Black with #BC1E2C

Text Example


Text Example

White with #BC1E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E2C; }

 p { color: rgb(188,30,44); }

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

background-color css

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

 a { background-color: rgb(188,30,44); }

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

border-color css

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

 span { border-color: rgb(188,30,44); }

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