Html Css Color HEX #BC172B Cardinal

📋 copy color: '#BC172B'

red 188 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #BC172B

Tints of Cardinal #BC172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 74.02%
G = 9.06%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC172B (or 0xBC172B) is known color: Cardinal. HEX triplet: BC, 17 and 2B. RGB value is (188,23,43). Sum of RGB (Red+Green+Blue) = 188+23+43=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC172B is #43E8D4. Grayscale: #4A4A4A. Windows color (decimal): -4450517 or 2824124. OLE color: 2824124.

HSL color Cylindrical-coordinate representation of color #BC172B: hue angle of 352.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC172B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 43 -
CMYK 0 0.88 0.77 0.26
HSL 352.73º 0.78% 0.41% -
HSV(B) 352.73º 0.88% 0.74% -
XYZ 21.48 11.48 3.37 -
YUV 74.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 188 23 43 0 0.88 0.77 0.26 352.73 0.78 0.41
Hex BC 17 2B 0 58 4D 1A 161 4E 29
Octal 274 27 53 0 130 115 32 541 116 51
Binary 10111100 10111 101011 0 1011000 1001101 11010 101100001 1001110 101001

Color Harmonies of #BC172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC172B

Black with #BC172B

Text Example


Text Example

White with #BC172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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