Html Css Color HEX #BC222C Cardinal

📋 copy color: '#BC222C'

red 188 ◦ green 34 ◦ blue 44

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

Shades of Cardinal #BC222C

Tints of Cardinal #BC222C

RGB

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

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

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

R = 70.68%
G = 12.78%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC222C (or 0xBC222C) is known color: Cardinal. HEX triplet: BC, 22 and 2C. RGB value is (188,34,44). Sum of RGB (Red+Green+Blue) = 188+34+44=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC222C is #43DDD3. Grayscale: #515151. Windows color (decimal): -4447700 or 2892476. OLE color: 2892476.

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

Color convert

RGB 188 34 44 -
CMYK 0 0.82 0.77 0.26
HSL 356.1º 0.69% 0.44% -
HSV(B) 356.1º 0.82% 0.74% -
XYZ 21.77 12.02 3.56 -
YUV 81.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 188 34 44 0 0.82 0.77 0.26 356.1 0.69 0.44
Hex BC 22 2C 0 52 4D 1A 164 45 2C
Octal 274 42 54 0 122 115 32 544 105 54
Binary 10111100 100010 101100 0 1010010 1001101 11010 101100100 1000101 101100

Color Harmonies of #BC222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC222C

Black with #BC222C

Text Example


Text Example

White with #BC222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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