Html Css Color HEX #BC223F Cardinal

📋 copy color: '#BC223F'

red 188 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #BC223F

Tints of Cardinal #BC223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.11%

R = 65.96%
G = 11.93%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC223F (or 0xBC223F) is known color: Cardinal. HEX triplet: BC, 22 and 3F. RGB value is (188,34,63). Sum of RGB (Red+Green+Blue) = 188+34+63=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC223F is #43DDC0. Grayscale: #535353. Windows color (decimal): -4447681 or 4137660. OLE color: 4137660.

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

Color convert

RGB 188 34 63 -
CMYK 0 0.82 0.66 0.26
HSL 348.7º 0.69% 0.44% -
HSV(B) 348.7º 0.82% 0.74% -
XYZ 22.21 12.19 5.89 -
YUV 83.35 116.52 202.64 -
System Red Green Blue C M Y K H S L
Decimal 188 34 63 0 0.82 0.66 0.26 348.7 0.69 0.44
Hex BC 22 3F 0 52 42 1A 15D 45 2C
Octal 274 42 77 0 122 102 32 535 105 54
Binary 10111100 100010 111111 0 1010010 1000010 11010 101011101 1000101 101100

Color Harmonies of #BC223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC223F

Black with #BC223F

Text Example


Text Example

White with #BC223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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