Html Css Color HEX #BC122A Cardinal

📋 copy color: '#BC122A'

red 188 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #BC122A

Tints of Cardinal #BC122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 75.81%
G = 7.26%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC122A (or 0xBC122A) is known color: Cardinal. HEX triplet: BC, 12 and 2A. RGB value is (188,18,42). Sum of RGB (Red+Green+Blue) = 188+18+42=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC122A is #43EDD5. Grayscale: #474747. Windows color (decimal): -4451798 or 2757308. OLE color: 2757308.

HSL color Cylindrical-coordinate representation of color #BC122A: hue angle of 351.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC122A is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 42 -
CMYK 0 0.90 0.78 0.26
HSL 351.53º 0.83% 0.4% -
HSV(B) 351.53º 0.9% 0.74% -
XYZ 21.37 11.29 3.24 -
YUV 71.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 188 18 42 0 0.90 0.78 0.26 351.53 0.83 0.4
Hex BC 12 2A 0 5A 4E 1A 160 53 28
Octal 274 22 52 0 132 116 32 540 123 50
Binary 10111100 10010 101010 0 1011010 1001110 11010 101100000 1010011 101000

Color Harmonies of #BC122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC122A

Black with #BC122A

Text Example


Text Example

White with #BC122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC122A; }

 p { color: rgb(188,18,42); }

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

background-color css

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

 a { background-color: rgb(188,18,42); }

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

border-color css

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

 span { border-color: rgb(188,18,42); }

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