Html Css Color HEX #BC243E Cardinal

📋 copy color: '#BC243E'

red 188 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #BC243E

Tints of Cardinal #BC243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 65.73%
G = 12.59%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC243E (or 0xBC243E) is known color: Cardinal. HEX triplet: BC, 24 and 3E. RGB value is (188,36,62). Sum of RGB (Red+Green+Blue) = 188+36+62=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC243E is #43DBC1. Grayscale: #545454. Windows color (decimal): -4447170 or 4072636. OLE color: 4072636.

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

Color convert

RGB 188 36 62 -
CMYK 0 0.81 0.67 0.26
HSL 349.74º 0.68% 0.44% -
HSV(B) 349.74º 0.81% 0.74% -
XYZ 22.24 12.3 5.76 -
YUV 84.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 188 36 62 0 0.81 0.67 0.26 349.74 0.68 0.44
Hex BC 24 3E 0 51 43 1A 15E 44 2C
Octal 274 44 76 0 121 103 32 536 104 54
Binary 10111100 100100 111110 0 1010001 1000011 11010 101011110 1000100 101100

Color Harmonies of #BC243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC243E

Black with #BC243E

Text Example


Text Example

White with #BC243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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