Html Css Color HEX #BC0141 Cardinal

📋 copy color: '#BC0141'

red 188 ◦ green 1 ◦ blue 65

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

Shades of Cardinal #BC0141

Tints of Cardinal #BC0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 74.02%
G = 0.39%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC0141 (or 0xBC0141) is known color: Cardinal. HEX triplet: BC, 01 and 41. RGB value is (188,1,65). Sum of RGB (Red+Green+Blue) = 188+1+65=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0141 is #43FEBE. Grayscale: #404040. Windows color (decimal): -4456127 or 4260284. OLE color: 4260284.

HSL color Cylindrical-coordinate representation of color #BC0141: hue angle of 339.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0141 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 65 -
CMYK 0 0.99 0.65 0.26
HSL 339.47º 0.99% 0.37% -
HSV(B) 339.47º 0.99% 0.74% -
XYZ 21.7 11.09 6 -
YUV 64.21 128.45 216.3 -
System Red Green Blue C M Y K H S L
Decimal 188 1 65 0 0.99 0.65 0.26 339.47 0.99 0.37
Hex BC 1 41 0 63 41 1A 153 63 25
Octal 274 1 101 0 143 101 32 523 143 45
Binary 10111100 1 1000001 0 1100011 1000001 11010 101010011 1100011 100101

Color Harmonies of #BC0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0141

Black with #BC0141

Text Example


Text Example

White with #BC0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0141; }

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

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

background-color css

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

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

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

border-color css

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

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

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