Html Css Color HEX #BC2242 Cardinal

📋 copy color: '#BC2242'

red 188 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #BC2242

Tints of Cardinal #BC2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 65.28%
G = 11.81%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2242 (or 0xBC2242) is known color: Cardinal. HEX triplet: BC, 22 and 42. RGB value is (188,34,66). Sum of RGB (Red+Green+Blue) = 188+34+66=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2242 is #43DDBD. Grayscale: #535353. Windows color (decimal): -4447678 or 4334268. OLE color: 4334268.

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

Color convert

RGB 188 34 66 -
CMYK 0 0.82 0.65 0.26
HSL 347.53º 0.69% 0.44% -
HSV(B) 347.53º 0.82% 0.74% -
XYZ 22.29 12.23 6.34 -
YUV 83.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 188 34 66 0 0.82 0.65 0.26 347.53 0.69 0.44
Hex BC 22 42 0 52 41 1A 15C 45 2C
Octal 274 42 102 0 122 101 32 534 105 54
Binary 10111100 100010 1000010 0 1010010 1000001 11010 101011100 1000101 101100

Color Harmonies of #BC2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2242

Black with #BC2242

Text Example


Text Example

White with #BC2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2242; }

 p { color: rgb(188,34,66); }

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

background-color css

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

 a { background-color: rgb(188,34,66); }

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

border-color css

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

 span { border-color: rgb(188,34,66); }

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