Html Css Color HEX #BE0634 Cardinal

📋 copy color: '#BE0634'

red 190 ◦ green 6 ◦ blue 52

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

Shades of Cardinal #BE0634

Tints of Cardinal #BE0634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 76.61%
G = 2.42%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE0634 (or 0xBE0634) is known color: Cardinal. HEX triplet: BE, 06 and 34. RGB value is (190,6,52). Sum of RGB (Red+Green+Blue) = 190+6+52=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0634 is #41F9CB. Grayscale: #424242. Windows color (decimal): -4323788 or 3409598. OLE color: 3409598.

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

Color convert

RGB 190 6 52 -
CMYK 0 0.97 0.73 0.25
HSL 345º 0.94% 0.38% -
HSV(B) 345º 0.97% 0.75% -
XYZ 21.92 11.33 4.28 -
YUV 66.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 190 6 52 0 0.97 0.73 0.25 345 0.94 0.38
Hex BE 6 34 0 61 49 19 159 5E 26
Octal 276 6 64 0 141 111 31 531 136 46
Binary 10111110 110 110100 0 1100001 1001001 11001 101011001 1011110 100110

Color Harmonies of #BE0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0634

Black with #BE0634

Text Example


Text Example

White with #BE0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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