Html Css Color HEX #BC0639 Cardinal

📋 copy color: '#BC0639'

red 188 ◦ green 6 ◦ blue 57

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

Shades of Cardinal #BC0639

Tints of Cardinal #BC0639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 74.9%
G = 2.39%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC0639 (or 0xBC0639) is known color: Cardinal. HEX triplet: BC, 06 and 39. RGB value is (188,6,57). Sum of RGB (Red+Green+Blue) = 188+6+57=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0639 is #43F9C6. Grayscale: #424242. Windows color (decimal): -4454855 or 3737276. OLE color: 3737276.

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

Color convert

RGB 188 6 57 -
CMYK 0 0.97 0.70 0.26
HSL 343.19º 0.94% 0.38% -
HSV(B) 343.19º 0.97% 0.74% -
XYZ 21.54 11.12 4.88 -
YUV 66.23 122.8 214.85 -
System Red Green Blue C M Y K H S L
Decimal 188 6 57 0 0.97 0.70 0.26 343.19 0.94 0.38
Hex BC 6 39 0 61 46 1A 157 5E 26
Octal 274 6 71 0 141 106 32 527 136 46
Binary 10111100 110 111001 0 1100001 1000110 11010 101010111 1011110 100110

Color Harmonies of #BC0639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0639

Black with #BC0639

Text Example


Text Example

White with #BC0639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0639; }

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

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

background-color css

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

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

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

border-color css

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

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

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