Html Css Color HEX #BE013C Cardinal

📋 copy color: '#BE013C'

red 190 ◦ green 1 ◦ blue 60

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

Shades of Cardinal #BE013C

Tints of Cardinal #BE013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 75.7%
G = 0.4%
B = 23.9%

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

#BE013C (or 0xBE013C) is known color: Cardinal. HEX triplet: BE, 01 and 3C. RGB value is (190,1,60). Sum of RGB (Red+Green+Blue) = 190+1+60=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE013C is #41FEC3. Grayscale: #404040. Windows color (decimal): -4325060 or 3932606. OLE color: 3932606.

HSL color Cylindrical-coordinate representation of color #BE013C: hue angle of 341.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE013C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 60 -
CMYK 0 0.99 0.68 0.25
HSL 341.27º 0.99% 0.37% -
HSV(B) 341.27º 0.99% 0.75% -
XYZ 22.06 11.3 5.29 -
YUV 64.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 190 1 60 0 0.99 0.68 0.25 341.27 0.99 0.37
Hex BE 1 3C 0 63 44 19 155 63 25
Octal 276 1 74 0 143 104 31 525 143 45
Binary 10111110 1 111100 0 1100011 1000100 11001 101010101 1100011 100101

Color Harmonies of #BE013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE013C

Black with #BE013C

Text Example


Text Example

White with #BE013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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