Html Css Color HEX #BC043C Cardinal

📋 copy color: '#BC043C'

red 188 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #BC043C

Tints of Cardinal #BC043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 74.6%
G = 1.59%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC043C (or 0xBC043C) is known color: Cardinal. HEX triplet: BC, 04 and 3C. RGB value is (188,4,60). Sum of RGB (Red+Green+Blue) = 188+4+60=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC043C is #43FBC3. Grayscale: #414141. Windows color (decimal): -4455364 or 3933372. OLE color: 3933372.

HSL color Cylindrical-coordinate representation of color #BC043C: hue angle of 341.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC043C is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 4 60 -
CMYK 0 0.98 0.68 0.26
HSL 341.74º 0.96% 0.38% -
HSV(B) 341.74º 0.98% 0.74% -
XYZ 21.6 11.1 5.28 -
YUV 65.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 188 4 60 0 0.98 0.68 0.26 341.74 0.96 0.38
Hex BC 4 3C 0 62 44 1A 156 60 26
Octal 274 4 74 0 142 104 32 526 140 46
Binary 10111100 100 111100 0 1100010 1000100 11010 101010110 1100000 100110

Color Harmonies of #BC043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC043C

Black with #BC043C

Text Example


Text Example

White with #BC043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC043C; }

 p { color: rgb(188,4,60); }

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

background-color css

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

 a { background-color: rgb(188,4,60); }

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

border-color css

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

 span { border-color: rgb(188,4,60); }

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