Html Css Color HEX #BE053E Cardinal

📋 copy color: '#BE053E'

red 190 ◦ green 5 ◦ blue 62

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

Shades of Cardinal #BE053E

Tints of Cardinal #BE053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 73.93%
G = 1.95%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE053E (or 0xBE053E) is known color: Cardinal. HEX triplet: BE, 05 and 3E. RGB value is (190,5,62). Sum of RGB (Red+Green+Blue) = 190+5+62=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE053E is #41FAC1. Grayscale: #424242. Windows color (decimal): -4324034 or 4064702. OLE color: 4064702.

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

Color convert

RGB 190 5 62 -
CMYK 0 0.97 0.67 0.25
HSL 341.51º 0.95% 0.38% -
HSV(B) 341.51º 0.97% 0.75% -
XYZ 22.16 11.4 5.59 -
YUV 66.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 190 5 62 0 0.97 0.67 0.25 341.51 0.95 0.38
Hex BE 5 3E 0 61 43 19 156 5F 26
Octal 276 5 76 0 141 103 31 526 137 46
Binary 10111110 101 111110 0 1100001 1000011 11001 101010110 1011111 100110

Color Harmonies of #BE053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE053E

Black with #BE053E

Text Example


Text Example

White with #BE053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE053E; }

 p { color: rgb(190,5,62); }

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

background-color css

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

 a { background-color: rgb(190,5,62); }

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

border-color css

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

 span { border-color: rgb(190,5,62); }

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