Html Css Color HEX #BC063E Cardinal

📋 copy color: '#BC063E'

red 188 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #BC063E

Tints of Cardinal #BC063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 62 (24.61% from 255) = 24.22%

R = 73.44%
G = 2.34%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC063E (or 0xBC063E) is known color: Cardinal. HEX triplet: BC, 06 and 3E. RGB value is (188,6,62). Sum of RGB (Red+Green+Blue) = 188+6+62=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC063E is #43F9C1. Grayscale: #424242. Windows color (decimal): -4454850 or 4064956. OLE color: 4064956.

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

Color convert

RGB 188 6 62 -
CMYK 0 0.97 0.67 0.26
HSL 341.54º 0.94% 0.38% -
HSV(B) 341.54º 0.97% 0.74% -
XYZ 21.67 11.17 5.57 -
YUV 66.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 188 6 62 0 0.97 0.67 0.26 341.54 0.94 0.38
Hex BC 6 3E 0 61 43 1A 156 5E 26
Octal 274 6 76 0 141 103 32 526 136 46
Binary 10111100 110 111110 0 1100001 1000011 11010 101010110 1011110 100110

Color Harmonies of #BC063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC063E

Black with #BC063E

Text Example


Text Example

White with #BC063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC063E; }

 p { color: rgb(188,6,62); }

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

background-color css

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

 a { background-color: rgb(188,6,62); }

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

border-color css

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

 span { border-color: rgb(188,6,62); }

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