Html Css Color HEX #BC043D Cardinal

📋 copy color: '#BC043D'

red 188 ◦ green 4 ◦ blue 61

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

Shades of Cardinal #BC043D

Tints of Cardinal #BC043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 74.31%
G = 1.58%
B = 24.11%

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

#BC043D (or 0xBC043D) is known color: Cardinal. HEX triplet: BC, 04 and 3D. RGB value is (188,4,61). Sum of RGB (Red+Green+Blue) = 188+4+61=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC043D is #43FBC2. Grayscale: #414141. Windows color (decimal): -4455363 or 3998908. OLE color: 3998908.

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

Color convert

RGB 188 4 61 -
CMYK 0 0.98 0.68 0.26
HSL 341.41º 0.96% 0.38% -
HSV(B) 341.41º 0.98% 0.74% -
XYZ 21.62 11.12 5.42 -
YUV 65.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 188 4 61 0 0.98 0.68 0.26 341.41 0.96 0.38
Hex BC 4 3D 0 62 44 1A 155 60 26
Octal 274 4 75 0 142 104 32 525 140 46
Binary 10111100 100 111101 0 1100010 1000100 11010 101010101 1100000 100110

Color Harmonies of #BC043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC043D

Black with #BC043D

Text Example


Text Example

White with #BC043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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