Html Css Color HEX #BC0531 Cardinal

📋 copy color: '#BC0531'

red 188 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #BC0531

Tints of Cardinal #BC0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 49 (19.53% from 255) = 20.25%

R = 77.69%
G = 2.07%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC0531 (or 0xBC0531) is known color: Cardinal. HEX triplet: BC, 05 and 31. RGB value is (188,5,49). Sum of RGB (Red+Green+Blue) = 188+5+49=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0531 is #43FACE. Grayscale: #404040. Windows color (decimal): -4455119 or 3212732. OLE color: 3212732.

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

Color convert

RGB 188 5 49 -
CMYK 0 0.97 0.74 0.26
HSL 345.57º 0.95% 0.38% -
HSV(B) 345.57º 0.97% 0.74% -
XYZ 21.35 11.02 3.91 -
YUV 64.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 188 5 49 0 0.97 0.74 0.26 345.57 0.95 0.38
Hex BC 5 31 0 61 4A 1A 15A 5F 26
Octal 274 5 61 0 141 112 32 532 137 46
Binary 10111100 101 110001 0 1100001 1001010 11010 101011010 1011111 100110

Color Harmonies of #BC0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0531

Black with #BC0531

Text Example


Text Example

White with #BC0531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0531; }

 p { color: rgb(188,5,49); }

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

background-color css

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

 a { background-color: rgb(188,5,49); }

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

border-color css

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

 span { border-color: rgb(188,5,49); }

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