Html Css Color HEX #BC0132 Cardinal

📋 copy color: '#BC0132'

red 188 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #BC0132

Tints of Cardinal #BC0132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.92%

R = 78.66%
G = 0.42%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0132 (or 0xBC0132) is known color: Cardinal. HEX triplet: BC, 01 and 32. RGB value is (188,1,50). Sum of RGB (Red+Green+Blue) = 188+1+50=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0132 is #43FECD. Grayscale: #3E3E3E. Windows color (decimal): -4456142 or 3277244. OLE color: 3277244.

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

Color convert

RGB 188 1 50 -
CMYK 0 0.99 0.73 0.26
HSL 344.28º 0.99% 0.37% -
HSV(B) 344.28º 0.99% 0.74% -
XYZ 21.33 10.94 4.01 -
YUV 62.5 120.95 217.52 -
System Red Green Blue C M Y K H S L
Decimal 188 1 50 0 0.99 0.73 0.26 344.28 0.99 0.37
Hex BC 1 32 0 63 49 1A 158 63 25
Octal 274 1 62 0 143 111 32 530 143 45
Binary 10111100 1 110010 0 1100011 1001001 11010 101011000 1100011 100101

Color Harmonies of #BC0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0132

Black with #BC0132

Text Example


Text Example

White with #BC0132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0132; }

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

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

background-color css

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

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

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

border-color css

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

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

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