Html Css Color HEX #BE174C Cardinal

📋 copy color: '#BE174C'

red 190 ◦ green 23 ◦ blue 76

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

Shades of Cardinal #BE174C

Tints of Cardinal #BE174C

RGB

 RED value IS 190 (74.61% from 255) = 65.74%

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 65.74%
G = 7.96%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE174C (or 0xBE174C) is known color: Cardinal. HEX triplet: BE, 17 and 4C. RGB value is (190,23,76). Sum of RGB (Red+Green+Blue) = 190+23+76=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE174C is #41E8B3. Grayscale: #4E4E4E. Windows color (decimal): -4319412 or 4986814. OLE color: 4986814.

HSL color Cylindrical-coordinate representation of color #BE174C: hue angle of 340.96º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE174C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 23 76 -
CMYK 0 0.88 0.60 0.25
HSL 340.96º 0.78% 0.42% -
HSV(B) 340.96º 0.88% 0.75% -
XYZ 22.85 12.08 7.97 -
YUV 78.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 190 23 76 0 0.88 0.60 0.25 340.96 0.78 0.42
Hex BE 17 4C 0 58 3C 19 155 4E 2A
Octal 276 27 114 0 130 74 31 525 116 52
Binary 10111110 10111 1001100 0 1011000 111100 11001 101010101 1001110 101010

Color Harmonies of #BE174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE174C

Black with #BE174C

Text Example


Text Example

White with #BE174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE174C; }

 p { color: rgb(190,23,76); }

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

background-color css

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

 a { background-color: rgb(190,23,76); }

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

border-color css

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

 span { border-color: rgb(190,23,76); }

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