Html Css Color HEX #BC182A Cardinal

📋 copy color: '#BC182A'

red 188 ◦ green 24 ◦ blue 42

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

Shades of Cardinal #BC182A

Tints of Cardinal #BC182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 74.02%
G = 9.45%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC182A (or 0xBC182A) is known color: Cardinal. HEX triplet: BC, 18 and 2A. RGB value is (188,24,42). Sum of RGB (Red+Green+Blue) = 188+24+42=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC182A is #43E7D5. Grayscale: #4B4B4B. Windows color (decimal): -4450262 or 2758844. OLE color: 2758844.

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

Color convert

RGB 188 24 42 -
CMYK 0 0.87 0.78 0.26
HSL 353.41º 0.77% 0.42% -
HSV(B) 353.41º 0.87% 0.74% -
XYZ 21.48 11.51 3.28 -
YUV 75.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 188 24 42 0 0.87 0.78 0.26 353.41 0.77 0.42
Hex BC 18 2A 0 57 4E 1A 161 4D 2A
Octal 274 30 52 0 127 116 32 541 115 52
Binary 10111100 11000 101010 0 1010111 1001110 11010 101100001 1001101 101010

Color Harmonies of #BC182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC182A

Black with #BC182A

Text Example


Text Example

White with #BC182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC182A; }

 p { color: rgb(188,24,42); }

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

background-color css

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

 a { background-color: rgb(188,24,42); }

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

border-color css

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

 span { border-color: rgb(188,24,42); }

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