Html Css Color HEX #BE163B Cardinal

📋 copy color: '#BE163B'

red 190 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #BE163B

Tints of Cardinal #BE163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 70.11%
G = 8.12%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE163B (or 0xBE163B) is known color: Cardinal. HEX triplet: BE, 16 and 3B. RGB value is (190,22,59). Sum of RGB (Red+Green+Blue) = 190+22+59=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE163B is #41E9C4. Grayscale: #4C4C4C. Windows color (decimal): -4319685 or 3872446. OLE color: 3872446.

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

Color convert

RGB 190 22 59 -
CMYK 0 0.88 0.69 0.25
HSL 346.79º 0.79% 0.42% -
HSV(B) 346.79º 0.88% 0.75% -
XYZ 22.31 11.84 5.25 -
YUV 76.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 190 22 59 0 0.88 0.69 0.25 346.79 0.79 0.42
Hex BE 16 3B 0 58 45 19 15B 4F 2A
Octal 276 26 73 0 130 105 31 533 117 52
Binary 10111110 10110 111011 0 1011000 1000101 11001 101011011 1001111 101010

Color Harmonies of #BE163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE163B

Black with #BE163B

Text Example


Text Example

White with #BE163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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