Html Css Color HEX #BC2938 Cardinal

📋 copy color: '#BC2938'

red 188 ◦ green 41 ◦ blue 56

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

Shades of Cardinal #BC2938

Tints of Cardinal #BC2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 65.96%
G = 14.39%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC2938 (or 0xBC2938) is known color: Cardinal. HEX triplet: BC, 29 and 38. RGB value is (188,41,56). Sum of RGB (Red+Green+Blue) = 188+41+56=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2938 is #43D6C7. Grayscale: #565656. Windows color (decimal): -4445896 or 3680700. OLE color: 3680700.

HSL color Cylindrical-coordinate representation of color #BC2938: hue angle of 353.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2938 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 56 -
CMYK 0 0.78 0.70 0.26
HSL 353.88º 0.64% 0.45% -
HSV(B) 353.88º 0.78% 0.74% -
XYZ 22.25 12.56 4.99 -
YUV 86.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 188 41 56 0 0.78 0.70 0.26 353.88 0.64 0.45
Hex BC 29 38 0 4E 46 1A 162 40 2D
Octal 274 51 70 0 116 106 32 542 100 55
Binary 10111100 101001 111000 0 1001110 1000110 11010 101100010 1000000 101101

Color Harmonies of #BC2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2938

Black with #BC2938

Text Example


Text Example

White with #BC2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2938; }

 p { color: rgb(188,41,56); }

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

background-color css

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

 a { background-color: rgb(188,41,56); }

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

border-color css

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

 span { border-color: rgb(188,41,56); }

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