Html Css Color HEX #BC053D Cardinal

📋 copy color: '#BC053D'

red 188 ◦ green 5 ◦ blue 61

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

Shades of Cardinal #BC053D

Tints of Cardinal #BC053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 74.02%
G = 1.97%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC053D (or 0xBC053D) is known color: Cardinal. HEX triplet: BC, 05 and 3D. RGB value is (188,5,61). Sum of RGB (Red+Green+Blue) = 188+5+61=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC053D is #43FAC2. Grayscale: #424242. Windows color (decimal): -4455107 or 3999164. OLE color: 3999164.

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

Color convert

RGB 188 5 61 -
CMYK 0 0.97 0.68 0.26
HSL 341.64º 0.95% 0.38% -
HSV(B) 341.64º 0.97% 0.74% -
XYZ 21.64 11.14 5.42 -
YUV 66.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 188 5 61 0 0.97 0.68 0.26 341.64 0.95 0.38
Hex BC 5 3D 0 61 44 1A 156 5F 26
Octal 274 5 75 0 141 104 32 526 137 46
Binary 10111100 101 111101 0 1100001 1000100 11010 101010110 1011111 100110

Color Harmonies of #BC053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC053D

Black with #BC053D

Text Example


Text Example

White with #BC053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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