Html Css Color HEX #BC0530 Cardinal

📋 copy color: '#BC0530'

red 188 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #BC0530

Tints of Cardinal #BC0530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 78.01%
G = 2.07%
B = 19.92%

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

#BC0530 (or 0xBC0530) is known color: Cardinal. HEX triplet: BC, 05 and 30. RGB value is (188,5,48). Sum of RGB (Red+Green+Blue) = 188+5+48=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0530 is #43FACF. Grayscale: #404040. Windows color (decimal): -4455120 or 3147196. OLE color: 3147196.

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

Color convert

RGB 188 5 48 -
CMYK 0 0.97 0.74 0.26
HSL 345.9º 0.95% 0.38% -
HSV(B) 345.9º 0.97% 0.74% -
XYZ 21.33 11.01 3.8 -
YUV 64.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 188 5 48 0 0.97 0.74 0.26 345.9 0.95 0.38
Hex BC 5 30 0 61 4A 1A 15A 5F 26
Octal 274 5 60 0 141 112 32 532 137 46
Binary 10111100 101 110000 0 1100001 1001010 11010 101011010 1011111 100110

Color Harmonies of #BC0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0530

Black with #BC0530

Text Example


Text Example

White with #BC0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0530; }

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

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

background-color css

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

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

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

border-color css

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

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

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