Html Css Color HEX #BE174D Cardinal

📋 copy color: '#BE174D'

red 190 ◦ green 23 ◦ blue 77

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

Shades of Cardinal #BE174D

Tints of Cardinal #BE174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 65.52%
G = 7.93%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE174D (or 0xBE174D) is known color: Cardinal. HEX triplet: BE, 17 and 4D. RGB value is (190,23,77). Sum of RGB (Red+Green+Blue) = 190+23+77=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE174D is #41E8B2. Grayscale: #4F4F4F. Windows color (decimal): -4319411 or 5052350. OLE color: 5052350.

HSL color Cylindrical-coordinate representation of color #BE174D: hue angle of 340.6º 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 #BE174D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 23 77 -
CMYK 0 0.88 0.59 0.25
HSL 340.6º 0.78% 0.42% -
HSV(B) 340.6º 0.88% 0.75% -
XYZ 22.88 12.1 8.15 -
YUV 79.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 190 23 77 0 0.88 0.59 0.25 340.6 0.78 0.42
Hex BE 17 4D 0 58 3B 19 155 4E 2A
Octal 276 27 115 0 130 73 31 525 116 52
Binary 10111110 10111 1001101 0 1011000 111011 11001 101010101 1001110 101010

Color Harmonies of #BE174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE174D

Black with #BE174D

Text Example


Text Example

White with #BE174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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