Html Css Color HEX #BE202C Cardinal

📋 copy color: '#BE202C'

red 190 ◦ green 32 ◦ blue 44

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

Shades of Cardinal #BE202C

Tints of Cardinal #BE202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 71.43%
G = 12.03%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE202C (or 0xBE202C) is known color: Cardinal. HEX triplet: BE, 20 and 2C. RGB value is (190,32,44). Sum of RGB (Red+Green+Blue) = 190+32+44=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE202C is #41DFD3. Grayscale: #505050. Windows color (decimal): -4317140 or 2891966. OLE color: 2891966.

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

Color convert

RGB 190 32 44 -
CMYK 0 0.83 0.77 0.25
HSL 355.44º 0.71% 0.44% -
HSV(B) 355.44º 0.83% 0.75% -
XYZ 22.21 12.16 3.56 -
YUV 80.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 190 32 44 0 0.83 0.77 0.25 355.44 0.71 0.44
Hex BE 20 2C 0 53 4D 19 163 47 2C
Octal 276 40 54 0 123 115 31 543 107 54
Binary 10111110 100000 101100 0 1010011 1001101 11001 101100011 1000111 101100

Color Harmonies of #BE202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE202C

Black with #BE202C

Text Example


Text Example

White with #BE202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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