Html Css Color HEX #BC0D40 Cardinal

📋 copy color: '#BC0D40'

red 188 ◦ green 13 ◦ blue 64

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

Shades of Cardinal #BC0D40

Tints of Cardinal #BC0D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.91%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 70.94%
G = 4.91%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC0D40 (or 0xBC0D40) is known color: Cardinal. HEX triplet: BC, 0D and 40. RGB value is (188,13,64). Sum of RGB (Red+Green+Blue) = 188+13+64=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D40 is #43F2BF. Grayscale: #474747. Windows color (decimal): -4453056 or 4197820. OLE color: 4197820.

HSL color Cylindrical-coordinate representation of color #BC0D40: hue angle of 342.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D40 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 13 64 -
CMYK 0 0.93 0.66 0.26
HSL 342.51º 0.87% 0.39% -
HSV(B) 342.51º 0.93% 0.74% -
XYZ 21.81 11.35 5.89 -
YUV 71.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 188 13 64 0 0.93 0.66 0.26 342.51 0.87 0.39
Hex BC D 40 0 5D 42 1A 157 57 27
Octal 274 15 100 0 135 102 32 527 127 47
Binary 10111100 1101 1000000 0 1011101 1000010 11010 101010111 1010111 100111

Color Harmonies of #BC0D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D40

Black with #BC0D40

Text Example


Text Example

White with #BC0D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D40; }

 p { color: rgb(188,13,64); }

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

background-color css

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

 a { background-color: rgb(188,13,64); }

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

border-color css

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

 span { border-color: rgb(188,13,64); }

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