Html Css Color HEX #BE0237 Cardinal

📋 copy color: '#BE0237'

red 190 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #BE0237

Tints of Cardinal #BE0237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 76.92%
G = 0.81%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE0237 (or 0xBE0237) is known color: Cardinal. HEX triplet: BE, 02 and 37. RGB value is (190,2,55). Sum of RGB (Red+Green+Blue) = 190+2+55=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0237 is #41FDC8. Grayscale: #404040. Windows color (decimal): -4324809 or 3605182. OLE color: 3605182.

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

Color convert

RGB 190 2 55 -
CMYK 0 0.99 0.71 0.25
HSL 343.09º 0.98% 0.38% -
HSV(B) 343.09º 0.99% 0.75% -
XYZ 21.95 11.27 4.63 -
YUV 64.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 190 2 55 0 0.99 0.71 0.25 343.09 0.98 0.38
Hex BE 2 37 0 63 47 19 157 62 26
Octal 276 2 67 0 143 107 31 527 142 46
Binary 10111110 10 110111 0 1100011 1000111 11001 101010111 1100010 100110

Color Harmonies of #BE0237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0237

Black with #BE0237

Text Example


Text Example

White with #BE0237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0237; }

 p { color: rgb(190,2,55); }

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

background-color css

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

 a { background-color: rgb(190,2,55); }

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

border-color css

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

 span { border-color: rgb(190,2,55); }

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