Html Css Color HEX #BE053A Cardinal

📋 copy color: '#BE053A'

red 190 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #BE053A

Tints of Cardinal #BE053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 75.1%
G = 1.98%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE053A (or 0xBE053A) is known color: Cardinal. HEX triplet: BE, 05 and 3A. RGB value is (190,5,58). Sum of RGB (Red+Green+Blue) = 190+5+58=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE053A is #41FAC5. Grayscale: #424242. Windows color (decimal): -4324038 or 3802558. OLE color: 3802558.

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

Color convert

RGB 190 5 58 -
CMYK 0 0.97 0.69 0.25
HSL 342.81º 0.95% 0.38% -
HSV(B) 342.81º 0.97% 0.75% -
XYZ 22.05 11.36 5.03 -
YUV 66.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 190 5 58 0 0.97 0.69 0.25 342.81 0.95 0.38
Hex BE 5 3A 0 61 45 19 157 5F 26
Octal 276 5 72 0 141 105 31 527 137 46
Binary 10111110 101 111010 0 1100001 1000101 11001 101010111 1011111 100110

Color Harmonies of #BE053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE053A

Black with #BE053A

Text Example


Text Example

White with #BE053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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