Html Css Color HEX #BC242C Cardinal

📋 copy color: '#BC242C'

red 188 ◦ green 36 ◦ blue 44

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

Shades of Cardinal #BC242C

Tints of Cardinal #BC242C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 70.15%
G = 13.43%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC242C (or 0xBC242C) is known color: Cardinal. HEX triplet: BC, 24 and 2C. RGB value is (188,36,44). Sum of RGB (Red+Green+Blue) = 188+36+44=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC242C is #43DBD3. Grayscale: #525252. Windows color (decimal): -4447188 or 2892988. OLE color: 2892988.

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

Color convert

RGB 188 36 44 -
CMYK 0 0.81 0.77 0.26
HSL 356.84º 0.68% 0.44% -
HSV(B) 356.84º 0.81% 0.74% -
XYZ 21.82 12.13 3.57 -
YUV 82.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 188 36 44 0 0.81 0.77 0.26 356.84 0.68 0.44
Hex BC 24 2C 0 51 4D 1A 165 44 2C
Octal 274 44 54 0 121 115 32 545 104 54
Binary 10111100 100100 101100 0 1010001 1001101 11010 101100101 1000100 101100

Color Harmonies of #BC242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC242C

Black with #BC242C

Text Example


Text Example

White with #BC242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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