Html Css Color HEX #BC0142 Cardinal

📋 copy color: '#BC0142'

red 188 ◦ green 1 ◦ blue 66

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

Shades of Cardinal #BC0142

Tints of Cardinal #BC0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 73.73%
G = 0.39%
B = 25.88%

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

#BC0142 (or 0xBC0142) is known color: Cardinal. HEX triplet: BC, 01 and 42. RGB value is (188,1,66). Sum of RGB (Red+Green+Blue) = 188+1+66=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0142 is #43FEBD. Grayscale: #404040. Windows color (decimal): -4456126 or 4325820. OLE color: 4325820.

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

Color convert

RGB 188 1 66 -
CMYK 0 0.99 0.65 0.26
HSL 339.14º 0.99% 0.37% -
HSV(B) 339.14º 0.99% 0.74% -
XYZ 21.73 11.11 6.15 -
YUV 64.32 128.95 216.21 -
System Red Green Blue C M Y K H S L
Decimal 188 1 66 0 0.99 0.65 0.26 339.14 0.99 0.37
Hex BC 1 42 0 63 41 1A 153 63 25
Octal 274 1 102 0 143 101 32 523 143 45
Binary 10111100 1 1000010 0 1100011 1000001 11010 101010011 1100011 100101

Color Harmonies of #BC0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0142

Black with #BC0142

Text Example


Text Example

White with #BC0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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