Html Css Color HEX #BE102C Cardinal

📋 copy color: '#BE102C'

red 190 ◦ green 16 ◦ blue 44

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

Shades of Cardinal #BE102C

Tints of Cardinal #BE102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 76%
G = 6.4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE102C (or 0xBE102C) is known color: Cardinal. HEX triplet: BE, 10 and 2C. RGB value is (190,16,44). Sum of RGB (Red+Green+Blue) = 190+16+44=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE102C is #41EFD3. Grayscale: #474747. Windows color (decimal): -4321236 or 2887870. OLE color: 2887870.

HSL color Cylindrical-coordinate representation of color #BE102C: hue angle of 350.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE102C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 16 44 -
CMYK 0 0.92 0.77 0.25
HSL 350.34º 0.84% 0.4% -
HSV(B) 350.34º 0.92% 0.75% -
XYZ 21.88 11.5 3.45 -
YUV 71.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 190 16 44 0 0.92 0.77 0.25 350.34 0.84 0.4
Hex BE 10 2C 0 5C 4D 19 15E 54 28
Octal 276 20 54 0 134 115 31 536 124 50
Binary 10111110 10000 101100 0 1011100 1001101 11001 101011110 1010100 101000

Color Harmonies of #BE102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE102C

Black with #BE102C

Text Example


Text Example

White with #BE102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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