Html Css Color HEX #BC1C31 Cardinal

📋 copy color: '#BC1C31'

red 188 ◦ green 28 ◦ blue 49

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

Shades of Cardinal #BC1C31

Tints of Cardinal #BC1C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 70.94%
G = 10.57%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC1C31 (or 0xBC1C31) is known color: Cardinal. HEX triplet: BC, 1C and 31. RGB value is (188,28,49). Sum of RGB (Red+Green+Blue) = 188+28+49=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C31 is #43E3CE. Grayscale: #4E4E4E. Windows color (decimal): -4449231 or 3218620. OLE color: 3218620.

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

Color convert

RGB 188 28 49 -
CMYK 0 0.85 0.74 0.26
HSL 352.13º 0.74% 0.42% -
HSV(B) 352.13º 0.85% 0.74% -
XYZ 21.71 11.74 4.03 -
YUV 78.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 188 28 49 0 0.85 0.74 0.26 352.13 0.74 0.42
Hex BC 1C 31 0 55 4A 1A 160 4A 2A
Octal 274 34 61 0 125 112 32 540 112 52
Binary 10111100 11100 110001 0 1010101 1001010 11010 101100000 1001010 101010

Color Harmonies of #BC1C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C31

Black with #BC1C31

Text Example


Text Example

White with #BC1C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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