Html Css Color HEX #BE184A Cardinal

📋 copy color: '#BE184A'

red 190 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #BE184A

Tints of Cardinal #BE184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 65.97%
G = 8.33%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE184A (or 0xBE184A) is known color: Cardinal. HEX triplet: BE, 18 and 4A. RGB value is (190,24,74). Sum of RGB (Red+Green+Blue) = 190+24+74=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE184A is #41E7B5. Grayscale: #4F4F4F. Windows color (decimal): -4319158 or 4855998. OLE color: 4855998.

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

Color convert

RGB 190 24 74 -
CMYK 0 0.87 0.61 0.25
HSL 341.93º 0.78% 0.42% -
HSV(B) 341.93º 0.87% 0.75% -
XYZ 22.8 12.09 7.61 -
YUV 79.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 190 24 74 0 0.87 0.61 0.25 341.93 0.78 0.42
Hex BE 18 4A 0 57 3D 19 156 4E 2A
Octal 276 30 112 0 127 75 31 526 116 52
Binary 10111110 11000 1001010 0 1010111 111101 11001 101010110 1001110 101010

Color Harmonies of #BE184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE184A

Black with #BE184A

Text Example


Text Example

White with #BE184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE184A; }

 p { color: rgb(190,24,74); }

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

background-color css

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

 a { background-color: rgb(190,24,74); }

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

border-color css

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

 span { border-color: rgb(190,24,74); }

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