Html Css Color HEX #BC1738 Cardinal

📋 copy color: '#BC1738'

red 188 ◦ green 23 ◦ blue 56

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

Shades of Cardinal #BC1738

Tints of Cardinal #BC1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 70.41%
G = 8.61%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC1738 (or 0xBC1738) is known color: Cardinal. HEX triplet: BC, 17 and 38. RGB value is (188,23,56). Sum of RGB (Red+Green+Blue) = 188+23+56=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1738 is #43E8C7. Grayscale: #4C4C4C. Windows color (decimal): -4450504 or 3676092. OLE color: 3676092.

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

Color convert

RGB 188 23 56 -
CMYK 0 0.88 0.70 0.26
HSL 348º 0.78% 0.41% -
HSV(B) 348º 0.88% 0.74% -
XYZ 21.76 11.59 4.83 -
YUV 76.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 188 23 56 0 0.88 0.70 0.26 348 0.78 0.41
Hex BC 17 38 0 58 46 1A 15C 4E 29
Octal 274 27 70 0 130 106 32 534 116 51
Binary 10111100 10111 111000 0 1011000 1000110 11010 101011100 1001110 101001

Color Harmonies of #BC1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1738

Black with #BC1738

Text Example


Text Example

White with #BC1738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1738; }

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

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

background-color css

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

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

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

border-color css

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

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

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