Html Css Color HEX #BC1F2D Cardinal

📋 copy color: '#BC1F2D'

red 188 ◦ green 31 ◦ blue 45

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

Shades of Cardinal #BC1F2D

Tints of Cardinal #BC1F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

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

R = 71.21%
G = 11.74%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC1F2D (or 0xBC1F2D) is known color: Cardinal. HEX triplet: BC, 1F and 2D. RGB value is (188,31,45). Sum of RGB (Red+Green+Blue) = 188+31+45=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F2D is #43E0D2. Grayscale: #4F4F4F. Windows color (decimal): -4448467 or 2957244. OLE color: 2957244.

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

Color convert

RGB 188 31 45 -
CMYK 0 0.84 0.76 0.26
HSL 354.65º 0.72% 0.43% -
HSV(B) 354.65º 0.84% 0.74% -
XYZ 21.7 11.86 3.63 -
YUV 79.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 188 31 45 0 0.84 0.76 0.26 354.65 0.72 0.43
Hex BC 1F 2D 0 54 4C 1A 163 48 2B
Octal 274 37 55 0 124 114 32 543 110 53
Binary 10111100 11111 101101 0 1010100 1001100 11010 101100011 1001000 101011

Color Harmonies of #BC1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F2D

Black with #BC1F2D

Text Example


Text Example

White with #BC1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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