Html Css Color HEX #BC0243 Cardinal

📋 copy color: '#BC0243'

red 188 ◦ green 2 ◦ blue 67

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

Shades of Cardinal #BC0243

Tints of Cardinal #BC0243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 67 (26.56% from 255) = 26.07%

R = 73.15%
G = 0.78%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC0243 (or 0xBC0243) is known color: Cardinal. HEX triplet: BC, 02 and 43. RGB value is (188,2,67). Sum of RGB (Red+Green+Blue) = 188+2+67=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0243 is #43FDBC. Grayscale: #404040. Windows color (decimal): -4455869 or 4391612. OLE color: 4391612.

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

Color convert

RGB 188 2 67 -
CMYK 0 0.99 0.64 0.26
HSL 339.03º 0.98% 0.37% -
HSV(B) 339.03º 0.99% 0.74% -
XYZ 21.77 11.14 6.31 -
YUV 65.02 129.12 215.71 -
System Red Green Blue C M Y K H S L
Decimal 188 2 67 0 0.99 0.64 0.26 339.03 0.98 0.37
Hex BC 2 43 0 63 40 1A 153 62 25
Octal 274 2 103 0 143 100 32 523 142 45
Binary 10111100 10 1000011 0 1100011 1000000 11010 101010011 1100010 100101

Color Harmonies of #BC0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0243

Black with #BC0243

Text Example


Text Example

White with #BC0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0243; }

 p { color: rgb(188,2,67); }

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

background-color css

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

 a { background-color: rgb(188,2,67); }

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

border-color css

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

 span { border-color: rgb(188,2,67); }

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