Html Css Color HEX #BE063C Cardinal

📋 copy color: '#BE063C'

red 190 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #BE063C

Tints of Cardinal #BE063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 74.22%
G = 2.34%
B = 23.44%

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

#BE063C (or 0xBE063C) is known color: Cardinal. HEX triplet: BE, 06 and 3C. RGB value is (190,6,60). Sum of RGB (Red+Green+Blue) = 190+6+60=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE063C is #41F9C3. Grayscale: #434343. Windows color (decimal): -4323780 or 3933886. OLE color: 3933886.

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

Color convert

RGB 190 6 60 -
CMYK 0 0.97 0.68 0.25
HSL 342.39º 0.94% 0.38% -
HSV(B) 342.39º 0.97% 0.75% -
XYZ 22.12 11.4 5.31 -
YUV 67.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 190 6 60 0 0.97 0.68 0.25 342.39 0.94 0.38
Hex BE 6 3C 0 61 44 19 156 5E 26
Octal 276 6 74 0 141 104 31 526 136 46
Binary 10111110 110 111100 0 1100001 1000100 11001 101010110 1011110 100110

Color Harmonies of #BE063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE063C

Black with #BE063C

Text Example


Text Example

White with #BE063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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