Html Css Color HEX #BC1F29 Cardinal

📋 copy color: '#BC1F29'

red 188 ◦ green 31 ◦ blue 41

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

Shades of Cardinal #BC1F29

Tints of Cardinal #BC1F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 72.31%
G = 11.92%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC1F29 (or 0xBC1F29) is known color: Cardinal. HEX triplet: BC, 1F and 29. RGB value is (188,31,41). Sum of RGB (Red+Green+Blue) = 188+31+41=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F29 is #43E0D6. Grayscale: #4F4F4F. Windows color (decimal): -4448471 or 2695100. OLE color: 2695100.

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

Color convert

RGB 188 31 41 -
CMYK 0 0.84 0.78 0.26
HSL 356.18º 0.72% 0.43% -
HSV(B) 356.18º 0.84% 0.74% -
XYZ 21.63 11.83 3.24 -
YUV 79.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 188 31 41 0 0.84 0.78 0.26 356.18 0.72 0.43
Hex BC 1F 29 0 54 4E 1A 164 48 2B
Octal 274 37 51 0 124 116 32 544 110 53
Binary 10111100 11111 101001 0 1010100 1001110 11010 101100100 1001000 101011

Color Harmonies of #BC1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F29

Black with #BC1F29

Text Example


Text Example

White with #BC1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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