Html Css Color HEX #BC183C Cardinal

📋 copy color: '#BC183C'

red 188 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #BC183C

Tints of Cardinal #BC183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 69.12%
G = 8.82%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC183C (or 0xBC183C) is known color: Cardinal. HEX triplet: BC, 18 and 3C. RGB value is (188,24,60). Sum of RGB (Red+Green+Blue) = 188+24+60=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC183C is #43E7C3. Grayscale: #4D4D4D. Windows color (decimal): -4450244 or 3938492. OLE color: 3938492.

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

Color convert

RGB 188 24 60 -
CMYK 0 0.87 0.68 0.26
HSL 346.83º 0.77% 0.42% -
HSV(B) 346.83º 0.87% 0.74% -
XYZ 21.88 11.67 5.37 -
YUV 77.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 188 24 60 0 0.87 0.68 0.26 346.83 0.77 0.42
Hex BC 18 3C 0 57 44 1A 15B 4D 2A
Octal 274 30 74 0 127 104 32 533 115 52
Binary 10111100 11000 111100 0 1010111 1000100 11010 101011011 1001101 101010

Color Harmonies of #BC183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC183C

Black with #BC183C

Text Example


Text Example

White with #BC183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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