Html Css Color HEX #BC043A Cardinal

📋 copy color: '#BC043A'

red 188 ◦ green 4 ◦ blue 58

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

Shades of Cardinal #BC043A

Tints of Cardinal #BC043A

RGB

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

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

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

R = 75.2%
G = 1.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC043A (or 0xBC043A) is known color: Cardinal. HEX triplet: BC, 04 and 3A. RGB value is (188,4,58). Sum of RGB (Red+Green+Blue) = 188+4+58=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC043A is #43FBC5. Grayscale: #414141. Windows color (decimal): -4455366 or 3802300. OLE color: 3802300.

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

Color convert

RGB 188 4 58 -
CMYK 0 0.98 0.69 0.26
HSL 342.39º 0.96% 0.38% -
HSV(B) 342.39º 0.98% 0.74% -
XYZ 21.55 11.08 5.01 -
YUV 65.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 188 4 58 0 0.98 0.69 0.26 342.39 0.96 0.38
Hex BC 4 3A 0 62 45 1A 156 60 26
Octal 274 4 72 0 142 105 32 526 140 46
Binary 10111100 100 111010 0 1100010 1000101 11010 101010110 1100000 100110

Color Harmonies of #BC043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC043A

Black with #BC043A

Text Example


Text Example

White with #BC043A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC043A; }

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

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

background-color css

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

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

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

border-color css

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

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

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