Html Css Color HEX #BE043C Cardinal

📋 copy color: '#BE043C'

red 190 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #BE043C

Tints of Cardinal #BE043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 74.8%
G = 1.57%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE043C (or 0xBE043C) is known color: Cardinal. HEX triplet: BE, 04 and 3C. RGB value is (190,4,60). Sum of RGB (Red+Green+Blue) = 190+4+60=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE043C is #41FBC3. Grayscale: #414141. Windows color (decimal): -4324292 or 3933374. OLE color: 3933374.

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

Color convert

RGB 190 4 60 -
CMYK 0 0.98 0.68 0.25
HSL 341.94º 0.96% 0.38% -
HSV(B) 341.94º 0.98% 0.75% -
XYZ 22.09 11.36 5.3 -
YUV 66 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 190 4 60 0 0.98 0.68 0.25 341.94 0.96 0.38
Hex BE 4 3C 0 62 44 19 156 60 26
Octal 276 4 74 0 142 104 31 526 140 46
Binary 10111110 100 111100 0 1100010 1000100 11001 101010110 1100000 100110

Color Harmonies of #BE043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE043C

Black with #BE043C

Text Example


Text Example

White with #BE043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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