Html Css Color HEX #BC0D45 Cardinal

📋 copy color: '#BC0D45'

red 188 ◦ green 13 ◦ blue 69

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

Shades of Cardinal #BC0D45

Tints of Cardinal #BC0D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 69.63%
G = 4.81%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC0D45 (or 0xBC0D45) is known color: Cardinal. HEX triplet: BC, 0D and 45. RGB value is (188,13,69). Sum of RGB (Red+Green+Blue) = 188+13+69=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D45 is #43F2BA. Grayscale: #474747. Windows color (decimal): -4453051 or 4525500. OLE color: 4525500.

HSL color Cylindrical-coordinate representation of color #BC0D45: hue angle of 340.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D45 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 13 69 -
CMYK 0 0.93 0.63 0.26
HSL 340.8º 0.87% 0.39% -
HSV(B) 340.8º 0.93% 0.74% -
XYZ 21.96 11.41 6.68 -
YUV 71.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 188 13 69 0 0.93 0.63 0.26 340.8 0.87 0.39
Hex BC D 45 0 5D 3F 1A 155 57 27
Octal 274 15 105 0 135 77 32 525 127 47
Binary 10111100 1101 1000101 0 1011101 111111 11010 101010101 1010111 100111

Color Harmonies of #BC0D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D45

Black with #BC0D45

Text Example


Text Example

White with #BC0D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D45; }

 p { color: rgb(188,13,69); }

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

background-color css

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

 a { background-color: rgb(188,13,69); }

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

border-color css

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

 span { border-color: rgb(188,13,69); }

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