Html Css Color HEX #BE023D Cardinal

📋 copy color: '#BE023D'

red 190 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #BE023D

Tints of Cardinal #BE023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 75.1%
G = 0.79%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE023D (or 0xBE023D) is known color: Cardinal. HEX triplet: BE, 02 and 3D. RGB value is (190,2,61). Sum of RGB (Red+Green+Blue) = 190+2+61=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE023D is #41FDC2. Grayscale: #404040. Windows color (decimal): -4324803 or 3998398. OLE color: 3998398.

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

Color convert

RGB 190 2 61 -
CMYK 0 0.99 0.68 0.25
HSL 341.17º 0.98% 0.38% -
HSV(B) 341.17º 0.99% 0.75% -
XYZ 22.1 11.33 5.44 -
YUV 64.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 190 2 61 0 0.99 0.68 0.25 341.17 0.98 0.38
Hex BE 2 3D 0 63 44 19 155 62 26
Octal 276 2 75 0 143 104 31 525 142 46
Binary 10111110 10 111101 0 1100011 1000100 11001 101010101 1100010 100110

Color Harmonies of #BE023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE023D

Black with #BE023D

Text Example


Text Example

White with #BE023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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