Html Css Color HEX #BC084A Cardinal

📋 copy color: '#BC084A'

red 188 ◦ green 8 ◦ blue 74

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

Shades of Cardinal #BC084A

Tints of Cardinal #BC084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 69.63%
G = 2.96%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC084A (or 0xBC084A) is known color: Cardinal. HEX triplet: BC, 08 and 4A. RGB value is (188,8,74). Sum of RGB (Red+Green+Blue) = 188+8+74=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC084A is #43F7B5. Grayscale: #454545. Windows color (decimal): -4454326 or 4851900. OLE color: 4851900.

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

Color convert

RGB 188 8 74 -
CMYK 0 0.96 0.61 0.26
HSL 338º 0.92% 0.38% -
HSV(B) 338º 0.96% 0.74% -
XYZ 22.06 11.36 7.51 -
YUV 69.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 188 8 74 0 0.96 0.61 0.26 338 0.92 0.38
Hex BC 8 4A 0 60 3D 1A 152 5C 26
Octal 274 10 112 0 140 75 32 522 134 46
Binary 10111100 1000 1001010 0 1100000 111101 11010 101010010 1011100 100110

Color Harmonies of #BC084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC084A

Black with #BC084A

Text Example


Text Example

White with #BC084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC084A; }

 p { color: rgb(188,8,74); }

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

background-color css

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

 a { background-color: rgb(188,8,74); }

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

border-color css

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

 span { border-color: rgb(188,8,74); }

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