Html Css Color HEX #BC182C Cardinal

📋 copy color: '#BC182C'

red 188 ◦ green 24 ◦ blue 44

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

Shades of Cardinal #BC182C

Tints of Cardinal #BC182C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 73.44%
G = 9.38%
B = 17.19%

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

#BC182C (or 0xBC182C) is known color: Cardinal. HEX triplet: BC, 18 and 2C. RGB value is (188,24,44). Sum of RGB (Red+Green+Blue) = 188+24+44=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC182C is #43E7D3. Grayscale: #4B4B4B. Windows color (decimal): -4450260 or 2889916. OLE color: 2889916.

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

Color convert

RGB 188 24 44 -
CMYK 0 0.87 0.77 0.26
HSL 352.68º 0.77% 0.42% -
HSV(B) 352.68º 0.87% 0.74% -
XYZ 21.52 11.53 3.47 -
YUV 75.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 188 24 44 0 0.87 0.77 0.26 352.68 0.77 0.42
Hex BC 18 2C 0 57 4D 1A 161 4D 2A
Octal 274 30 54 0 127 115 32 541 115 52
Binary 10111100 11000 101100 0 1010111 1001101 11010 101100001 1001101 101010

Color Harmonies of #BC182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC182C

Black with #BC182C

Text Example


Text Example

White with #BC182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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