Html Css Color HEX #BC1F3A Cardinal

📋 copy color: '#BC1F3A'

red 188 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #BC1F3A

Tints of Cardinal #BC1F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 67.87%
G = 11.19%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC1F3A (or 0xBC1F3A) is known color: Cardinal. HEX triplet: BC, 1F and 3A. RGB value is (188,31,58). Sum of RGB (Red+Green+Blue) = 188+31+58=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F3A is #43E0C5. Grayscale: #515151. Windows color (decimal): -4448454 or 3809212. OLE color: 3809212.

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

Color convert

RGB 188 31 58 -
CMYK 0 0.84 0.69 0.26
HSL 349.68º 0.72% 0.43% -
HSV(B) 349.68º 0.84% 0.74% -
XYZ 21.99 11.98 5.16 -
YUV 81.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 188 31 58 0 0.84 0.69 0.26 349.68 0.72 0.43
Hex BC 1F 3A 0 54 45 1A 15E 48 2B
Octal 274 37 72 0 124 105 32 536 110 53
Binary 10111100 11111 111010 0 1010100 1000101 11010 101011110 1001000 101011

Color Harmonies of #BC1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F3A

Black with #BC1F3A

Text Example


Text Example

White with #BC1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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