Html Css Color HEX #BC1741 Cardinal

📋 copy color: '#BC1741'

red 188 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #BC1741

Tints of Cardinal #BC1741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 68.12%
G = 8.33%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC1741 (or 0xBC1741) is known color: Cardinal. HEX triplet: BC, 17 and 41. RGB value is (188,23,65). Sum of RGB (Red+Green+Blue) = 188+23+65=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1741 is #43E8BE. Grayscale: #4D4D4D. Windows color (decimal): -4450495 or 4265916. OLE color: 4265916.

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

Color convert

RGB 188 23 65 -
CMYK 0 0.88 0.65 0.26
HSL 344.73º 0.78% 0.41% -
HSV(B) 344.73º 0.88% 0.74% -
XYZ 22 11.69 6.1 -
YUV 77.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 188 23 65 0 0.88 0.65 0.26 344.73 0.78 0.41
Hex BC 17 41 0 58 41 1A 159 4E 29
Octal 274 27 101 0 130 101 32 531 116 51
Binary 10111100 10111 1000001 0 1011000 1000001 11010 101011001 1001110 101001

Color Harmonies of #BC1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1741

Black with #BC1741

Text Example


Text Example

White with #BC1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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