Html Css Color HEX #BC183B Cardinal

📋 copy color: '#BC183B'

red 188 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #BC183B

Tints of Cardinal #BC183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 69.37%
G = 8.86%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC183B (or 0xBC183B) is known color: Cardinal. HEX triplet: BC, 18 and 3B. RGB value is (188,24,59). Sum of RGB (Red+Green+Blue) = 188+24+59=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC183B is #43E7C4. Grayscale: #4D4D4D. Windows color (decimal): -4450245 or 3872956. OLE color: 3872956.

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

Color convert

RGB 188 24 59 -
CMYK 0 0.87 0.69 0.26
HSL 347.2º 0.77% 0.42% -
HSV(B) 347.2º 0.87% 0.74% -
XYZ 21.86 11.66 5.24 -
YUV 77.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 188 24 59 0 0.87 0.69 0.26 347.2 0.77 0.42
Hex BC 18 3B 0 57 45 1A 15B 4D 2A
Octal 274 30 73 0 127 105 32 533 115 52
Binary 10111100 11000 111011 0 1010111 1000101 11010 101011011 1001101 101010

Color Harmonies of #BC183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC183B

Black with #BC183B

Text Example


Text Example

White with #BC183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC183B; }

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

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

background-color css

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

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

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

border-color css

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

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

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