Html Css Color HEX #BC0F2D Cardinal

📋 copy color: '#BC0F2D'

red 188 ◦ green 15 ◦ blue 45

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

Shades of Cardinal #BC0F2D

Tints of Cardinal #BC0F2D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 75.81%
G = 6.05%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC0F2D (or 0xBC0F2D) is known color: Cardinal. HEX triplet: BC, 0F and 2D. RGB value is (188,15,45). Sum of RGB (Red+Green+Blue) = 188+15+45=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F2D is #43F0D2. Grayscale: #464646. Windows color (decimal): -4452563 or 2953148. OLE color: 2953148.

HSL color Cylindrical-coordinate representation of color #BC0F2D: hue angle of 349.6º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F2D is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 15 45 -
CMYK 0 0.92 0.76 0.26
HSL 349.6º 0.85% 0.4% -
HSV(B) 349.6º 0.92% 0.74% -
XYZ 21.38 11.22 3.52 -
YUV 70.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 188 15 45 0 0.92 0.76 0.26 349.6 0.85 0.4
Hex BC F 2D 0 5C 4C 1A 15E 55 28
Octal 274 17 55 0 134 114 32 536 125 50
Binary 10111100 1111 101101 0 1011100 1001100 11010 101011110 1010101 101000

Color Harmonies of #BC0F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F2D

Black with #BC0F2D

Text Example


Text Example

White with #BC0F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F2D; }

 p { color: rgb(188,15,45); }

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

background-color css

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

 a { background-color: rgb(188,15,45); }

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

border-color css

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

 span { border-color: rgb(188,15,45); }

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