Html Css Color HEX #BC182B Cardinal

📋 copy color: '#BC182B'

red 188 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #BC182B

Tints of Cardinal #BC182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 73.73%
G = 9.41%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC182B (or 0xBC182B) is known color: Cardinal. HEX triplet: BC, 18 and 2B. RGB value is (188,24,43). Sum of RGB (Red+Green+Blue) = 188+24+43=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC182B is #43E7D4. Grayscale: #4B4B4B. Windows color (decimal): -4450261 or 2824380. OLE color: 2824380.

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

Color convert

RGB 188 24 43 -
CMYK 0 0.87 0.77 0.26
HSL 353.05º 0.77% 0.42% -
HSV(B) 353.05º 0.87% 0.74% -
XYZ 21.5 11.52 3.38 -
YUV 75.2 109.83 208.46 -
System Red Green Blue C M Y K H S L
Decimal 188 24 43 0 0.87 0.77 0.26 353.05 0.77 0.42
Hex BC 18 2B 0 57 4D 1A 161 4D 2A
Octal 274 30 53 0 127 115 32 541 115 52
Binary 10111100 11000 101011 0 1010111 1001101 11010 101100001 1001101 101010

Color Harmonies of #BC182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC182B

Black with #BC182B

Text Example


Text Example

White with #BC182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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