Html Css Color HEX #BE062D Cardinal

📋 copy color: '#BE062D'

red 190 ◦ green 6 ◦ blue 45

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

Shades of Cardinal #BE062D

Tints of Cardinal #BE062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 78.84%
G = 2.49%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE062D (or 0xBE062D) is known color: Cardinal. HEX triplet: BE, 06 and 2D. RGB value is (190,6,45). Sum of RGB (Red+Green+Blue) = 190+6+45=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE062D is #41F9D2. Grayscale: #414141. Windows color (decimal): -4323795 or 2950846. OLE color: 2950846.

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

Color convert

RGB 190 6 45 -
CMYK 0 0.97 0.76 0.25
HSL 347.28º 0.94% 0.38% -
HSV(B) 347.28º 0.97% 0.75% -
XYZ 21.77 11.27 3.51 -
YUV 65.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 190 6 45 0 0.97 0.76 0.25 347.28 0.94 0.38
Hex BE 6 2D 0 61 4C 19 15B 5E 26
Octal 276 6 55 0 141 114 31 533 136 46
Binary 10111110 110 101101 0 1100001 1001100 11001 101011011 1011110 100110

Color Harmonies of #BE062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE062D

Black with #BE062D

Text Example


Text Example

White with #BE062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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