Html Css Color HEX #BC182F Cardinal

📋 copy color: '#BC182F'

red 188 ◦ green 24 ◦ blue 47

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

Shades of Cardinal #BC182F

Tints of Cardinal #BC182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 72.59%
G = 9.27%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC182F (or 0xBC182F) is known color: Cardinal. HEX triplet: BC, 18 and 2F. RGB value is (188,24,47). Sum of RGB (Red+Green+Blue) = 188+24+47=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC182F is #43E7D0. Grayscale: #4B4B4B. Windows color (decimal): -4450257 or 3086524. OLE color: 3086524.

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

Color convert

RGB 188 24 47 -
CMYK 0 0.87 0.75 0.26
HSL 351.59º 0.77% 0.42% -
HSV(B) 351.59º 0.87% 0.74% -
XYZ 21.58 11.55 3.78 -
YUV 75.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 188 24 47 0 0.87 0.75 0.26 351.59 0.77 0.42
Hex BC 18 2F 0 57 4B 1A 160 4D 2A
Octal 274 30 57 0 127 113 32 540 115 52
Binary 10111100 11000 101111 0 1010111 1001011 11010 101100000 1001101 101010

Color Harmonies of #BC182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC182F

Black with #BC182F

Text Example


Text Example

White with #BC182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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