Html Css Color HEX #BE162C Cardinal

📋 copy color: '#BE162C'

red 190 ◦ green 22 ◦ blue 44

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

Shades of Cardinal #BE162C

Tints of Cardinal #BE162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 74.22%
G = 8.59%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE162C (or 0xBE162C) is known color: Cardinal. HEX triplet: BE, 16 and 2C. RGB value is (190,22,44). Sum of RGB (Red+Green+Blue) = 190+22+44=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE162C is #41E9D3. Grayscale: #4A4A4A. Windows color (decimal): -4319700 or 2889406. OLE color: 2889406.

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

Color convert

RGB 190 22 44 -
CMYK 0 0.88 0.77 0.25
HSL 352.14º 0.79% 0.42% -
HSV(B) 352.14º 0.88% 0.75% -
XYZ 21.98 11.7 3.48 -
YUV 74.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 190 22 44 0 0.88 0.77 0.25 352.14 0.79 0.42
Hex BE 16 2C 0 58 4D 19 160 4F 2A
Octal 276 26 54 0 130 115 31 540 117 52
Binary 10111110 10110 101100 0 1011000 1001101 11001 101100000 1001111 101010

Color Harmonies of #BE162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE162C

Black with #BE162C

Text Example


Text Example

White with #BE162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE162C; }

 p { color: rgb(190,22,44); }

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

background-color css

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

 a { background-color: rgb(190,22,44); }

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

border-color css

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

 span { border-color: rgb(190,22,44); }

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