Html Css Color HEX #BE053C Cardinal

📋 copy color: '#BE053C'

red 190 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #BE053C

Tints of Cardinal #BE053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.53%

R = 74.51%
G = 1.96%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE053C (or 0xBE053C) is known color: Cardinal. HEX triplet: BE, 05 and 3C. RGB value is (190,5,60). Sum of RGB (Red+Green+Blue) = 190+5+60=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE053C is #41FAC3. Grayscale: #424242. Windows color (decimal): -4324036 or 3933630. OLE color: 3933630.

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

Color convert

RGB 190 5 60 -
CMYK 0 0.97 0.68 0.25
HSL 342.16º 0.95% 0.38% -
HSV(B) 342.16º 0.97% 0.75% -
XYZ 22.11 11.38 5.31 -
YUV 66.59 124.29 216.03 -
System Red Green Blue C M Y K H S L
Decimal 190 5 60 0 0.97 0.68 0.25 342.16 0.95 0.38
Hex BE 5 3C 0 61 44 19 156 5F 26
Octal 276 5 74 0 141 104 31 526 137 46
Binary 10111110 101 111100 0 1100001 1000100 11001 101010110 1011111 100110

Color Harmonies of #BE053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE053C

Black with #BE053C

Text Example


Text Example

White with #BE053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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