Html Css Color HEX #BE063D Cardinal

📋 copy color: '#BE063D'

red 190 ◦ green 6 ◦ blue 61

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

Shades of Cardinal #BE063D

Tints of Cardinal #BE063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 73.93%
G = 2.33%
B = 23.74%

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

#BE063D (or 0xBE063D) is known color: Cardinal. HEX triplet: BE, 06 and 3D. RGB value is (190,6,61). Sum of RGB (Red+Green+Blue) = 190+6+61=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE063D is #41F9C2. Grayscale: #434343. Windows color (decimal): -4323779 or 3999422. OLE color: 3999422.

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

Color convert

RGB 190 6 61 -
CMYK 0 0.97 0.68 0.25
HSL 342.07º 0.94% 0.38% -
HSV(B) 342.07º 0.97% 0.75% -
XYZ 22.14 11.41 5.45 -
YUV 67.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 190 6 61 0 0.97 0.68 0.25 342.07 0.94 0.38
Hex BE 6 3D 0 61 44 19 156 5E 26
Octal 276 6 75 0 141 104 31 526 136 46
Binary 10111110 110 111101 0 1100001 1000100 11001 101010110 1011110 100110

Color Harmonies of #BE063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE063D

Black with #BE063D

Text Example


Text Example

White with #BE063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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