Html Css Color HEX #BC043B Cardinal

📋 copy color: '#BC043B'

red 188 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #BC043B

Tints of Cardinal #BC043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 74.9%
G = 1.59%
B = 23.51%

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

#BC043B (or 0xBC043B) is known color: Cardinal. HEX triplet: BC, 04 and 3B. RGB value is (188,4,59). Sum of RGB (Red+Green+Blue) = 188+4+59=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC043B is #43FBC4. Grayscale: #414141. Windows color (decimal): -4455365 or 3867836. OLE color: 3867836.

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

Color convert

RGB 188 4 59 -
CMYK 0 0.98 0.69 0.26
HSL 342.07º 0.96% 0.38% -
HSV(B) 342.07º 0.98% 0.74% -
XYZ 21.57 11.09 5.14 -
YUV 65.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 188 4 59 0 0.98 0.69 0.26 342.07 0.96 0.38
Hex BC 4 3B 0 62 45 1A 156 60 26
Octal 274 4 73 0 142 105 32 526 140 46
Binary 10111100 100 111011 0 1100010 1000101 11010 101010110 1100000 100110

Color Harmonies of #BC043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC043B

Black with #BC043B

Text Example


Text Example

White with #BC043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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