Html Css Color HEX #BE174B Cardinal

📋 copy color: '#BE174B'

red 190 ◦ green 23 ◦ blue 75

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

Shades of Cardinal #BE174B

Tints of Cardinal #BE174B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 65.97%
G = 7.99%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE174B (or 0xBE174B) is known color: Cardinal. HEX triplet: BE, 17 and 4B. RGB value is (190,23,75). Sum of RGB (Red+Green+Blue) = 190+23+75=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE174B is #41E8B4. Grayscale: #4E4E4E. Windows color (decimal): -4319413 or 4921278. OLE color: 4921278.

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

Color convert

RGB 190 23 75 -
CMYK 0 0.88 0.61 0.25
HSL 341.32º 0.78% 0.42% -
HSV(B) 341.32º 0.88% 0.75% -
XYZ 22.81 12.07 7.78 -
YUV 78.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 190 23 75 0 0.88 0.61 0.25 341.32 0.78 0.42
Hex BE 17 4B 0 58 3D 19 155 4E 2A
Octal 276 27 113 0 130 75 31 525 116 52
Binary 10111110 10111 1001011 0 1011000 111101 11001 101010101 1001110 101010

Color Harmonies of #BE174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE174B

Black with #BE174B

Text Example


Text Example

White with #BE174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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