Html Css Color HEX #BC0340 Cardinal

📋 copy color: '#BC0340'

red 188 ◦ green 3 ◦ blue 64

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

Shades of Cardinal #BC0340

Tints of Cardinal #BC0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 73.73%
G = 1.18%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC0340 (or 0xBC0340) is known color: Cardinal. HEX triplet: BC, 03 and 40. RGB value is (188,3,64). Sum of RGB (Red+Green+Blue) = 188+3+64=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0340 is #43FCBF. Grayscale: #414141. Windows color (decimal): -4455616 or 4195260. OLE color: 4195260.

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

Color convert

RGB 188 3 64 -
CMYK 0 0.98 0.66 0.26
HSL 340.22º 0.97% 0.37% -
HSV(B) 340.22º 0.98% 0.74% -
XYZ 21.7 11.13 5.85 -
YUV 65.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 188 3 64 0 0.98 0.66 0.26 340.22 0.97 0.37
Hex BC 3 40 0 62 42 1A 154 61 25
Octal 274 3 100 0 142 102 32 524 141 45
Binary 10111100 11 1000000 0 1100010 1000010 11010 101010100 1100001 100101

Color Harmonies of #BC0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0340

Black with #BC0340

Text Example


Text Example

White with #BC0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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