Html Css Color HEX #BE023B Cardinal

📋 copy color: '#BE023B'

red 190 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #BE023B

Tints of Cardinal #BE023B

RGB

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

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

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

R = 75.7%
G = 0.8%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE023B (or 0xBE023B) is known color: Cardinal. HEX triplet: BE, 02 and 3B. RGB value is (190,2,59). Sum of RGB (Red+Green+Blue) = 190+2+59=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE023B is #41FDC4. Grayscale: #404040. Windows color (decimal): -4324805 or 3867326. OLE color: 3867326.

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

Color convert

RGB 190 2 59 -
CMYK 0 0.99 0.69 0.25
HSL 341.81º 0.98% 0.38% -
HSV(B) 341.81º 0.99% 0.75% -
XYZ 22.05 11.31 5.16 -
YUV 64.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 190 2 59 0 0.99 0.69 0.25 341.81 0.98 0.38
Hex BE 2 3B 0 63 45 19 156 62 26
Octal 276 2 73 0 143 105 31 526 142 46
Binary 10111110 10 111011 0 1100011 1000101 11001 101010110 1100010 100110

Color Harmonies of #BE023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE023B

Black with #BE023B

Text Example


Text Example

White with #BE023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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